summaryrefslogtreecommitdiffstats
path: root/bin/chartrepl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chartrepl')
-rwxr-xr-xbin/chartrepl7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/chartrepl b/bin/chartrepl
new file mode 100755
index 0000000..10da400
--- /dev/null
+++ b/bin/chartrepl
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+use Chart::Clicker::SQL::REPL;
+
+Chart::Clicker::SQL::REPL->new->run;