view app.sh @ 4607:c528f5d9ba11

<oerjan> sed -i \'s/hg repository/web-viewable filesystem repository/\' bin/url
author HackBot
date Sun, 20 Apr 2014 22:40:23 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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