log hello_output_test.txt @ 10269:f59b69c4102b

age author description
Wed, 15 Feb 2017 02:17:15 +0000 HackBot <zgrep> ` python -c \'for i in range(127): print chr(i+1)\' | while read i; do echo -n "$i | "; hello $i; echo; done > hello_output_test.txt
Wed, 15 Feb 2017 02:16:45 +0000 HackBot <zgrep> ` python -c \'for i in range(127): print chr(i+1)\' | while read i; do echo "$i | "; hello $i; echo; done > hello_output_test.txt