view app.sh @ 4680:05135213c708

<oerjan> addquote <boily> I wonder if customs consider spare human fingers to be in the same category as yak cheese...
author HackBot
date Wed, 02 Jul 2014 00:10:11 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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