English Esperanto
You are viewing this page in Basic HTML view [Switch to a different view]

#!/bin/sh (Shell Shebang)


#!/bin/sh is the default Shebang/Hashpling on BASH Shell script files, which use the .sh file extension, or no extension at all.

The bang targets the /bin/sh/ directory on UNIX and UNIX-Like systems (including Linux, MacOS, BSD, Solaris, etc.) it should be the first line in a Shell script file.