view app.sh @ 4465:32b8a9ab30a4

<fizzie> tr \' \' \'\\n\' < quotes | grep \'^<.*>$\' | sort | uniq -c | sort -nr | paste
author HackBot
date Mon, 17 Feb 2014 19:57:46 +0000
parents 9e642236aad4
children
line wrap: on
line source

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