view app.sh @ 4779:fe7a2e132270

<oerjan> sed -i "s,xargs,sed \'s/./\\\\\\\\\\\\&\xe2\x80\x8b/g\' | xargs," bin/dontaskdonttelllist
author HackBot
date Wed, 27 Aug 2014 22:22:05 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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