#!/interpreter/program
(and nearly all of them do by now) you don't have to
use those lines to start a shell, such as
#!/bin/sh. If your script is just starting a
program like awk, Unix can start the program
directly and save execution time. This is especially useful on small
or overloaded computers, or when your script has to be called over
and over (such as in a loop).