Update of /cvsroot/relay-bot/relay-bot
In directory usw-pr-cvs1:/tmp/cvs-serv13025
Added Files:
relay-bot.sh
Log Message:
Example little shell script I had laying around; command-line options from
wepprop are probably better for much of this.
--- NEW FILE: relay-bot.sh ---
#!/bin/sh
nohup sh -c "while sleep 10 ; do ./relay-bot.pl >> relay-bot.log 2>&1 ; done" &
|