call ( en )

Last modification : 2013/01/26 19:16

call is used to run a external msh script.
msh> cat 1.msh
echo \"This the script 1.msh\"
 
msh> call 1.msh
This the script 1.msh