Shebang
A “shebang” is a special line at the top of a script that tells your shell which program to use to execute the file.
1#! interpreter [optional-arg]
References
#shebang #computer_science #boot_dev #programming #script #executable
A “shebang” is a special line at the top of a script that tells your shell which program to use to execute the file.
1#! interpreter [optional-arg]
#shebang #computer_science #boot_dev #programming #script #executable