view app.sh @ 4538:623c00398130

<elliott> addquote <zzo38> Don\'t be too ineffective.
author HackBot
date Tue, 01 Apr 2014 23:40:58 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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