view app.sh @ 4730:93cde931c49a

<oerjan> addquote <boily> I got my girlfriend through the previous job\'s intranet IRC channel, so I don\'t see how the two can conflict...
author HackBot
date Sun, 24 Aug 2014 23:35:42 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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