9504 shaares
222 private links
222 private links
The advantage of
#!/usr/bin/env bash
is that it will use whatever bash executable appears first in the running user’s $PATH variable.
The advantage of
#!/usr/bin/env bash
is that it will use whatever bash executable appears first in the running user’s $PATH variable.