view app.sh @ 4632:b84d8cdca410

<nortti> learn esosc is esoteric song contest
author HackBot
date Fri, 09 May 2014 18:47:58 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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