From a92ad225e193417d723f264a0f615543c9f00001 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 21:00:29 -0500 Subject: rename the runner script --- bin/bot-games | 7 +++++++ bin/run | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 bin/bot-games delete mode 100644 bin/run 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; diff --git a/bin/run b/bin/run deleted file mode 100644 index 3748540..0000000 --- a/bin/run +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env perl -use strict; -use warnings; -use lib 'lib'; -use Bot::Games; - -Bot::Games->new_with_config->run; -- cgit v1.2.3-54-g00ecf