view app.sh @ 4699:cd658f881a6a

<elliott> ` rm bin/{node,ello}
author HackBot
date Sun, 27 Jul 2014 14:43:27 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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