Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
403be1a396
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 
 """