view app.sh @ 4566:1b161db44445

<fizzie> mv data/8ballreplies share/; sed -i -e \'s/data/share/\' bin/8*ball; rmdir data # going to hit some empty-directory problem again, I\'m sure
author HackBot
date Tue, 15 Apr 2014 10:28:33 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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