summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/repl7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/repl b/bin/repl
new file mode 100644
index 0000000..b61c670
--- /dev/null
+++ b/bin/repl
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+use App::REPL;
+
+App::REPL->new->run;