[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] i don"t know what sort of shell nick uses, but mine can"t



Update of /home2/or/cvsroot/tor/contrib
In directory moria:/home/arma/work/onion/cvs/tor/contrib

Modified Files:
	exitlist 
Log Message:
i don't know what sort of shell nick uses, but mine can't
handle redirecting from two files at once.


Index: exitlist
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/exitlist,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- exitlist	2 Apr 2006 07:54:01 -0000	1.4
+++ exitlist	2 Apr 2006 08:13:25 -0000	1.5
@@ -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
 
 """