From: Tim Vaughan Date: Sat, 15 Oct 2016 01:03:23 +0000 (+1300) Subject: Added executable script. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=commitdiff_plain;h=1714c4d87674bc23da83a5546321db63591f4c5b Added executable script. --- 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\")"