The Lambda Lab
/
projects
/
forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117c25e
)
Added executable script.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 15 Oct 2016 01:03:23 +0000
(14:03 +1300)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 15 Oct 2016 01:03:23 +0000
(14:03 +1300)
bin/forth.jl
[new file with mode: 0755]
patch
|
blob
diff --git a/bin/forth.jl
b/bin/forth.jl
new file mode 100755
(executable)
index 0000000..
d2b91ea
--- /dev/null
+++ b/
bin/forth.jl
@@ -0,0
+1,3
@@
+#!/bin/sh
+
+exec julia -e "import forth; forth.run(\"$1\")"