Does the shebang determine the shell which runs the script? –
unix.stackexchange.com
This may be a silly question, but I ask it still. If I have declared a
shebang #!/bin/bash in the beginning of my_shell_script.sh, so do I always
have to invoke this script using bash ...
No comments:
Post a Comment