Bourne Shell
From Rosetta Code
Implementation
This is an implementation of UNIX Shell.
You may find other implementations of this language at Category:UNIX Shell Implementations.
A Bourne Shell script begins like this:
#!/bin/sh
This specifies which binary to use to interpret the script.

