C shell script
From Just Solve the File Format Problem
A C shell script is a script interpreted by the C shell (csh) family of Unix shell programs. The C shell is an alternative to the Bourne shell. A notable C shell implementation is tcsh.
Identification
C shell scripts usually begin with "#!/bin/csh
" (see Shebang).