First line of a script
back to readme


First line of script file must be:

on suketto:
#! /usr/bin/tcsh
on neutrino:
#! /bin/sh

I saw a few times:
#! /usr/bin/tcsh -f or #! /bin/sh -f  but I don't know what the -f option is.