summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-08-13 13:45:12 -0400
committerJesse Luehrs <doy@tozt.net>2016-08-13 13:45:12 -0400
commit3214feb89ffca3e8432805c048b3879d0146b0c0 (patch)
tree18f842cdccbb7edeaebf1270108089913f17f056 /bin
parentd12114019f91718f26a32012f610a249e0f359ff (diff)
downloadchart-clicker-sql-3214feb89ffca3e8432805c048b3879d0146b0c0.tar.gz
chart-clicker-sql-3214feb89ffca3e8432805c048b3879d0146b0c0.zip
start working on a simple repl
Diffstat (limited to 'bin')
-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;