Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

shebang

I know what you are thinking, but no Shebang is something else in bash/shell scripting

Before you add anything else to your script, you need to alert the system that a shell script is being started.
This is done using the shebang construct.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #shebang
ADD COMMENT
Topic
Name
2+8 =