Added executable script.
[forth.jl.git] / bin / forth.jl
1 #!/bin/sh
2
3 exec julia -e "import forth; forth.run(\"$1\")"