run filename <arguments>
This command runs the script contained in the named file, which generally has a ".gs" tag at the end. Optional arguments are passed to the script as a string variable.
The run command and the ".gs" extension may be implied. A Grads command such as:
run cbar.gs
may be simplified to:
cbar
See the discussion on storing Grads scripts for further information.