view app.sh @ 4763:1ea3f7725767

<Hjulle> rm y
author HackBot
date Mon, 25 Aug 2014 14:28:40 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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