First , note that I use the shebang , or hashbang symbol , to declare this file as interpretable by the defined shell executable ( in this case , the tcsh binary ) . This allows me to execute the file as a regular executable rather than precede it with the interpreter binary .