I believe that the script may be any (command line) executable. So it
can be a compiled (command line tool) or any shell script. If you use
the !# at the beginning of the script it can then be written in sh,
bash, peel,python, ruby etc.
He means the shebang, #!, as in #!/usr/bin/php or whatever.