view app.sh @ 4823:411b4faef16b

<mroman_> gcc -C foo.c -o foo
author HackBot
date Fri, 12 Sep 2014 13:40:21 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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