view app.sh @ 4542:7cc7f08f58cd

<fcrawl> pastelogs canaima
author HackBot
date Sat, 05 Apr 2014 15:30:36 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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