From 1714c4d87674bc23da83a5546321db63591f4c5b Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Sat, 15 Oct 2016 14:03:23 +1300 Subject: [PATCH] Added executable script. --- bin/forth.jl | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/forth.jl diff --git a/bin/forth.jl b/bin/forth.jl new file mode 100755 index 0000000..d2b91ea --- /dev/null +++ b/bin/forth.jl @@ -0,0 +1,3 @@ +#!/bin/sh + +exec julia -e "import forth; forth.run(\"$1\")" -- 2.20.1