summaryrefslogtreecommitdiffstats
path: root/bin/chartrepl
blob: 10da40032e83eb09b278152a0d441c1d2151a4cc (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env perl
use strict;
use warnings;

use Chart::Clicker::SQL::REPL;

Chart::Clicker::SQL::REPL->new->run;