I using a script written in Julia, called with the shebang line

#!/usr/bin/env julia

Now I would like to have symlinks of a different name to the script, and
have it perform slighly different tasks depending on which name was
used. In Bash, I would use $0, is there something equivalent in Julia?
Does not need to be portable, Linux is fine.

Best,

Tamas

Reply via email to