view app.sh @ 4557:5d5c29d7e9b3

<oerjan> addquote <int-e> like good old time, with elbow and foot lengths of the king. <Slereah_> man that must have sucked <Slereah_> People would be always like "Hey king, can you drop by, I have stuff to measure" <Jafet> That\'s why they\'re called rulers, you know
author HackBot
date Sun, 13 Apr 2014 21:48:45 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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