view app.sh @ 4653:4ace7f92bff5

<oerjan> addquote <fizzie> I am in room number 404. <fizzie> I keep not finding it and walking past the door.
author HackBot
date Fri, 06 Jun 2014 20:07:03 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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