view app.sh @ 4571:ddc7a3effa9a

<oerjan> pastequotes fizzie
author HackBot
date Tue, 15 Apr 2014 12:23:48 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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