about summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-27 21:20:51 +0530
committerAndinus <andinus@nand.sh>2021-04-27 21:20:51 +0530
commitb8ed926e37e70c0fed538a1532ea34be013f9cb0 (patch)
tree8653dc50218c8266c8a289b9337b40f63d330910 /bin
parentd1f7b4e0ff8e9f621a8690c67b5399393c25aa59 (diff)
downloadcaelum-b8ed926e37e70c0fed538a1532ea34be013f9cb0.tar.gz
Initial implementation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/caelum3
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;