publish: trueThe Bourne shell (sh) is a shell command-line interpreter for computer operating systems.
SEE ALSO: bash which is the newer more modern version of Bourne Shell. Most shells are actually using bash.
SEE ALSO: bash > Cheatsheet
To write a script using the Bourne Shell start with the shebang:
#!/bin/sh