How to run julia script as a command in the terminal?

On UNIX-like OSes, create a shell script called myscript that passes its arguments to the Julia command, then make that script executable. On Windows, no idea how to do that, sorry.

4 Likes