Added executable script.
authorTim Vaughan <tgvaughan@gmail.com>
Sat, 15 Oct 2016 01:03:23 +0000 (14:03 +1300)
committerTim Vaughan <tgvaughan@gmail.com>
Sat, 15 Oct 2016 01:03:23 +0000 (14:03 +1300)
bin/forth.jl [new file with mode: 0755]

diff --git a/bin/forth.jl b/bin/forth.jl
new file mode 100755 (executable)
index 0000000..d2b91ea
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec julia -e "import forth; forth.run(\"$1\")"