annotate bin/maketext @ 472:d6d6f210f72f

<elliott> rm bin/quonqy
author HackBot
date Thu, 31 May 2012 05:35:46 +0000
parents 6d0bc93c8060
children
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
351
6d0bc93c8060 <zzo38> run echo '#!/bin/bash' > bin/maketext; echo 'X=`ls maketext | wc -l`; echo "$1" > maketext/$X; echo $X' >> bin/maketext; chmod +x bin/maketext; ls -l bin/maketext
HackBot
parents: 349
diff changeset
2 X=`ls maketext | wc -l`; echo "$1" > maketext/$X; echo $X