If you want to run your script by name or with an alias, you must make your script executable like this
% chmod +x myscript
where myscript is your C-shell script. Note
that the % is a convention for the shell prompt; you do not type
it yourself. You can edit the script without having to make the file
executable again.
C-shell Cookbook