view app.sh @ 4489:bd36f4329baa

<ion> printf \'%s\\n\' \'print_args_or_input "$@" | tr a-zA-Z n-za-mN-ZA-M\' >bin/rot13
author HackBot
date Sat, 22 Feb 2014 02:26:11 +0000
parents 9e642236aad4
children
line wrap: on
line source

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