diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-02 08:13:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-02 08:13:25 +0000 |
commit | 403be1a39654817ae4e2365b0b84daa1df041266 (patch) | |
tree | 88439b6eed1ea8bd75698ecb963b1b63643c39ae /contrib/exitlist | |
parent | 9aecb5080e62f537700fc405f676156219c1da81 (diff) | |
download | tor-403be1a39654817ae4e2365b0b84daa1df041266.tar.gz tor-403be1a39654817ae4e2365b0b84daa1df041266.zip |
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/exitlist')
-rwxr-xr-x | contrib/exitlist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/exitlist b/contrib/exitlist index baa7dd77d5..911f6cba7a 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 """ |