view app.sh @ 4773:bee49bffa87d

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

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