03 - Shebang
Shebang The shebang (#!) is a special character sequence at the very beginning of a script file that tells the operating system which interpreter should be used to execute the script. Syntax #!/path/to/interpreter #: The comment character. !: In...