Language-agnostic shebang interpreter for compiled languages
Language-agnostic "shebang interpreter" to write scripts in compiled languages
scriptisto$ scriptisto create hello.rs && ./hello.rs$ scriptisto new script.go && ./script.go$ scriptisto create app.cpp && chmod +x app.cpp && ./app.cpp