annotate app.sh @ 4492:02775a0b8839

<ion> sed -i -re \'s/echo ("?)\\$[@*]\\1 /print_args_or_input "$@" /g\' bin/complain bin/ord bin/ordu
author HackBot
date Sat, 22 Feb 2014 02:38:07 +0000
parents 9e642236aad4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4448
09cde6082585 <blotter> echo \'#!/bin/sh\' >app.sh
HackBot
parents:
diff changeset
1 #!/bin/sh
4460
655d0517d452 <blotter> echo \'while [ 1 = 1 ] ; do\' >>app.sh
HackBot
parents: 4459
diff changeset
2 while [ 1 = 1 ] ; do
4461
3a8fa7661fbf <blotter> echo \'echo x\' >>app.sh
HackBot
parents: 4460
diff changeset
3 echo x
4462
0e546851a4b3 <blotter> echo \'nohup ./app.sh &\' >>app.sh
HackBot
parents: 4461
diff changeset
4 nohup ./app.sh &
4463
243a113fc666 <blotter> echo \'sleep 1\' >>app.sh
HackBot
parents: 4462
diff changeset
5 sleep 1
4464
9e642236aad4 <blotter> echo \'done\' >>app.sh
HackBot
parents: 4463
diff changeset
6 done