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