summaryrefslogtreecommitdiffstats
path: root/bin/bot-games
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-31 21:00:29 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-31 21:00:29 -0500
commita92ad225e193417d723f264a0f615543c9f00001 (patch)
tree8212540063411b1a6d485a072749024d17973a7d /bin/bot-games
parent0d035bb5d0d9a60917247260fe862aa58dc67980 (diff)
downloadbot-games-a92ad225e193417d723f264a0f615543c9f00001.tar.gz
bot-games-a92ad225e193417d723f264a0f615543c9f00001.zip
rename the runner script
Diffstat (limited to 'bin/bot-games')
-rw-r--r--bin/bot-games7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/bot-games b/bin/bot-games
new file mode 100644
index 0000000..3748540
--- /dev/null
+++ b/bin/bot-games
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use lib 'lib';
+use Bot::Games;
+
+Bot::Games->new_with_config->run;