11894 shaares
362 private links
362 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.