hide random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/scrpt_scrpt1.2.4.html (Einblicke ins Internet, 10/1995)

Using the Bourne shell to interpret a shell script

Using the Bourne shell to interpret a shell script

To make sure that your shell script is always run from a standard Bourne shell have the line

   #!/bin/sh

as the first line of the script.