Make hashbang (a bit) more standard
Very selfish change to make things work on my distro: there are some systems where interpreters like bash, perl and python don't live in /bin/. At least nixos, alpine come to mind, maybe some bsd.
This changes all the hashbang to #!/usr/bin/env <interpreter>
instead.