Setting an alias in you .tcshrc

alias qrun 'qrsh -V -noshell -cwd !*'

or bash

alias qrun='qrsh -V -noshell -cwd !*'

Which makes submitting any script to the grid just:

qrun helloworld.sh

Originally asked on superuser.