diff options
author | Andinus <andinus@nand.sh> | 2021-04-27 21:20:51 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-04-27 21:20:51 +0530 |
commit | b8ed926e37e70c0fed538a1532ea34be013f9cb0 (patch) | |
tree | 8653dc50218c8266c8a289b9337b40f63d330910 /bin | |
parent | d1f7b4e0ff8e9f621a8690c67b5399393c25aa59 (diff) | |
download | caelum-b8ed926e37e70c0fed538a1532ea34be013f9cb0.tar.gz |
Initial implementation
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/caelum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/caelum b/bin/caelum new file mode 100755 index 0000000..84c96e1 --- /dev/null +++ b/bin/caelum @@ -0,0 +1,3 @@ +#!/usr/bin/env raku + +use Caelum::CLI; |