annotate app.sh @ 4506:34c9996417dd

<oerjan> mv paste/paste.26081{,.txt}
author HackBot
date Wed, 26 Feb 2014 19:30:04 +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