diff options
author | Andinus <andinus@nand.sh> | 2021-01-19 21:53:16 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-19 21:53:16 +0530 |
commit | a5c540608c469a2797262facb766e175b932f0e2 (patch) | |
tree | 1e0eb79678d66f5ba657c63003592029757aefe7 /bin | |
parent | 5bb0f224483fbc1d57fd1c5a2f4a22dd7263ecd6 (diff) | |
download | octans-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-x | bin/octans | 3 |
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; |