run
Synopsis | ||
run | <file> | Run a command script |
Details | ||
The run command runs a command script. If the script starts with a line of the form
#!<interpreter> where <interpreter> is the name of a registered CommandInterpreter, the script will be run using the nominated interpreter. Otherwise, the script will be run using the shell's current interpreter. |