view app.sh @ 4704:67baaabc17e9

<mroman> echo "#!/bin/sh" > bin/CoInS
author HackBot
date Thu, 31 Jul 2014 11:13:37 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/sh
while [ 1 = 1 ] ; do
echo x
nohup ./app.sh &
sleep 1
done