view app.sh @ 4608:05189b7b0bd5

<oerjan> addquote <Taneb> Help I don\'t know PHP and I am no longer sure that is a good thing
author HackBot
date Wed, 23 Apr 2014 22:44:27 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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