[Relay-bot-cvs] CVS: relay-bot relay-bot.sh,NONE,1.1
Brought to you by:
freiheit
From: Eric E. <fre...@us...> - 2002-10-14 17:41:50
|
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" & |