view app.sh @ 4700:e626cb545dd7

<elliott> addquote <oerjan> or to put it weirder, a continuation is the same as an expression zipper.
author HackBot
date Sun, 27 Jul 2014 23:55:58 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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