Ver código fonte

i don't know what sort of shell nick uses, but mine can't
handle redirecting from two files at once.


svn:r6292

Roger Dingledine 19 anos atrás
pai
commit
403be1a396
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      contrib/exitlist

+ 1 - 1
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
 
 """