diff options
author | Andinus <andinus@nand.sh> | 2021-08-14 22:11:10 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-14 22:11:10 +0530 |
commit | 8a6b84374a42c4e28f25eaf0979dc4ccc7630549 (patch) | |
tree | e5581851c05a066e5faeec23e078fefad564e845 /bin | |
download | taurus-8a6b84374a42c4e28f25eaf0979dc4ccc7630549.tar.gz |
Initial Commit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/taurus | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/taurus b/bin/taurus new file mode 100644 index 0000000..2b1b838 --- /dev/null +++ b/bin/taurus @@ -0,0 +1,3 @@ +#!/usr/bin/env raku + +use Taurus::CLI; |