about summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-01-19 21:53:16 +0530
committerAndinus <andinus@nand.sh>2021-01-19 21:53:16 +0530
commita5c540608c469a2797262facb766e175b932f0e2 (patch)
tree1e0eb79678d66f5ba657c63003592029757aefe7 /bin
parent5bb0f224483fbc1d57fd1c5a2f4a22dd7263ecd6 (diff)
downloadoctans-a5c540608c469a2797262facb766e175b932f0e2.tar.gz
Re-structure for CPAN upload, include a dictionary file v0.1.0
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/octans3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/octans b/bin/octans
new file mode 100755
index 0000000..e3393b6
--- /dev/null
+++ b/bin/octans
@@ -0,0 +1,3 @@
+#!/usr/bin/env raku
+
+use Octans::CLI;