How to pass options to julia using #!/usr/bin/env -S (#46205)
Option `env -S` for splitting command-line arguments in shebang
scripts has been supported on Linux now for a couple of years already,
and on FreeBSD and macOS long before that. Therefore we can now
recommend using it, and replace the more complicated bash-based method
in the FAQ.