view app.sh @ 4819:5f5fb6c72f88

<mroman_> rm blsqirci
author HackBot
date Fri, 12 Sep 2014 13:33:25 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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