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