view app.sh @ 4684:eebb28e20d7c

<oerjan> addquote <Taneb> Help I\'m distracting myself from writing terrible Python by reading terrible PHP
author HackBot
date Sun, 06 Jul 2014 00:46:48 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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