summaryrefslogblamecommitdiffstats
path: root/bin/bot-games
blob: 3748540192ab163f984f8821d05f386f2baebf14 (plain) (tree)
1
2
3
4
5
6
7


                   
              

               
                                 
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
use Bot::Games;

Bot::Games->new_with_config->run;