From 8b33b690275f4c39e78fb242c1e6ed31bad31bc9 Mon Sep 17 00:00:00 2001 From: Yves Raimond Date: Mon, 13 Jul 2009 14:16:15 +0100 Subject: [PATCH] I am stupid - run them all at the same time --- run_bots.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_bots.sh b/run_bots.sh index de1ab4b..6483d57 100755 --- a/run_bots.sh +++ b/run_bots.sh @@ -1,6 +1,6 @@ #!/bin/bash -./irc_bots/connectionfinder.py irc.freenode.net "#bbcmusicbore" connectionfinder -./irc_bots/placefinder.py irc.freenode.net "#bbcmusicbore" placefinder -./irc_bots/trackfinder.py irc.freenode.net "#bbcmusicbore" trackfinder -./irc_bots/hotnessfinder.py irc.freenode.net "#bbcmusicbore" hotnessfinder +./irc_bots/connectionfinder.py irc.freenode.net "#bbcmusicbore" connectionfinder & +./irc_bots/placefinder.py irc.freenode.net "#bbcmusicbore" placefinder & +./irc_bots/trackfinder.py irc.freenode.net "#bbcmusicbore" trackfinder & +./irc_bots/hotnessfinder.py irc.freenode.net "#bbcmusicbore" hotnessfinder &