changeset 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
author HackBot
date Sun, 29 Apr 2012 03:15:48 +0000
parents 47a91a806235
children b4a8124838a2
files bin/maketext
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/maketext	Sun Apr 29 03:15:48 2012 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+ls maketext | wc -l; cat > `ls maketext | wc -l`