annotate bin/maketext @ 347:b4a8124838a2

<zzo38> run echo '#!/bin/bash' > bin/maketext; echo 'X=`ls maketext | wc -l`; echo "$1" > maketext/$X' >> bin/maketext; chmod +x bin/maketext
author HackBot
date Sun, 29 Apr 2012 03:18:51 +0000
parents 4f4502729d5e
children 31667b68a5ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
346
4f4502729d5e <zzo38> run echo '#!/bin/bash' > bin/maketext; echo 'ls maketext | wc -l; cat > `ls maketext | wc -l`' >> bin/maketext; chmod +x bin/maketext; ls -l bin/maketext
HackBot
parents:
diff changeset
1 #!/bin/bash
347
b4a8124838a2 <zzo38> run echo '#!/bin/bash' > bin/maketext; echo 'X=`ls maketext | wc -l`; echo "$1" > maketext/$X' >> bin/maketext; chmod +x bin/maketext
HackBot
parents: 346
diff changeset
2 X=`ls maketext | wc -l`; echo "$1" > maketext/$X