diff options
author | Andinus <andinus@nand.sh> | 2021-11-02 13:43:28 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-11-02 13:43:28 +0530 |
commit | 31e11e8f2d1cdfbe1d06ad691cc22f582a45c282 (patch) | |
tree | 81c5ce3b3dff6fc243f5d65cc011755fcfc9d019 /bin | |
parent | 5721d15df645d19857d68b67273f9bcf625b76fd (diff) | |
download | fornax-31e11e8f2d1cdfbe1d06ad691cc22f582a45c282.tar.gz |
Move to Raku module structure
Diffstat (limited to 'bin')
-rw-r--r-- | bin/fornax | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fornax b/bin/fornax new file mode 100644 index 0000000..307602a --- /dev/null +++ b/bin/fornax @@ -0,0 +1 @@ +use Fornax::CLI; |