The character sequence #!
On files executed, when the shebang is read, the program loader will parse the rest of the file inside the path after the shebang
Usually used like #!/bin/bash
The character sequence #!
On files executed, when the shebang is read, the program loader will parse the rest of the file inside the path after the shebang
Usually used like #!/bin/bash