view app.sh @ 4805:9fd377709f5d

<GeekDude> chmod +x geek.sh
author HackBot
date Fri, 12 Sep 2014 13:16:08 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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