summaryrefslogtreecommitdiffstats
path: root/bin/bot-games
diff options
context:
space:
mode:
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;