view 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
line wrap: on
line source

#!/bin/bash
X=`ls maketext | wc -l`; echo "$1" > maketext/$X