summary refs log tree commit diff stats
path: root/bin/orion
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-04-13 13:52:09 +0530
committerAndinus <andinus@nand.sh>2021-04-13 13:52:09 +0530
commit863b5301e2d2c75683086a608ebdf8f497133b94 (patch)
treefc7a07bac513abbd874102fa2e95b9dd0b00d415 /bin/orion
parent12fdf3632824a3ffea9f8dfc9249cb7a27e6a2c8 (diff)
downloadorion-863b5301e2d2c75683086a608ebdf8f497133b94.tar.gz
Re-initialize project for Raku port
Diffstat (limited to 'bin/orion')
-rw-r--r--bin/orion3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/orion b/bin/orion
new file mode 100644
index 0000000..b8f7271
--- /dev/null
+++ b/bin/orion
@@ -0,0 +1,3 @@
+#!/usr/bin/env raku
+
+use Orion::CLI;