view app.sh @ 4752:1f7b4b6b09d6

<Hjulle> for x in `seq 5`; do echo a$x >> y; sleep 1; done; cat y
author HackBot
date Mon, 25 Aug 2014 13:43:58 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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