Executing from the Shell
Executing from the Shell
You can run a program from the shell prompt using the following command:
$ mumps -run ^filenameThe mumps command searches the directories specified by the environment variable gtmroutines to locate the specified file name.
Example:
$ mumps -run ^payrollThis executes a routine named payroll.