aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-02 08:13:25 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-02 08:13:25 +0000
commit403be1a39654817ae4e2365b0b84daa1df041266 (patch)
tree88439b6eed1ea8bd75698ecb963b1b63643c39ae /contrib
parent9aecb5080e62f537700fc405f676156219c1da81 (diff)
downloadtor-403be1a39654817ae4e2365b0b84daa1df041266.tar
tor-403be1a39654817ae4e2365b0b84daa1df041266.tar.gz
i don't know what sort of shell nick uses, but mine can't
handle redirecting from two files at once. svn:r6292
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/exitlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/exitlist b/contrib/exitlist
index baa7dd77d..911f6cba7 100755
--- a/contrib/exitlist
+++ b/contrib/exitlist
@@ -12,7 +12,7 @@
example usage (Tor 0.1.1.10-alpha and later):
- python2.2 exitlist < ~/.tor/cached-routers*
+ cat ~/.tor/cached-routers* | python2.2 exitlist
"""