The first line of a shell script – beginning #!
– is called a shebang and typically determines which interpreter parses the script’s contents. This is not always the case and on occasion it may be helpful to know which interpreter is being used.
Determining which Interpreter Parses a Shell Script in macOS
D
Recent Comments