view app.sh @ 4585:ae62c111913c

<fizzie> rm 1 2 # let\'s keep things tidy here
author HackBot
date Sat, 19 Apr 2014 23:43:31 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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