Open ThisNekoGuy opened 4 years ago
Changing " #!/bin/sh/ " to " #!/usr/bin/env sh " permits users of terminal shells other than bash, in addition to bash, to run the shell script without issue. As it previously was, the script could not be run using fish.
Changing " #!/bin/sh/ " to " #!/usr/bin/env sh " permits users of terminal shells other than bash, in addition to bash, to run the shell script without issue. As it previously was, the script could not be run using fish.