view app.sh @ 4764:6837e63b1bed

<oerjan> addquote <impomatic_> TIL I can buy Baklava over the internet! I never need to leave the house again...
author HackBot
date Tue, 26 Aug 2014 22:49:37 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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