view app.sh @ 4799:c929c11c7ea2

<oerjan> sed -i \'s/\xc2\xb0/\xc2\xb0\xe2\x80\x8b/\' wisdom/\'misspellings of croissant\'
author HackBot
date Wed, 10 Sep 2014 12:05:08 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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