소스 검색

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 년 전
부모
커밋
403be1a396
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
 """