Usage  mn8.(sh/bat) <options> <command options>
  Execute an mn8 script or command sequence.
  
Options:  

  -?, --help             # this help.
  -v, --verbose          # enable verbose output
  -d, --debug            # enable debug information
  -V, --version          # print version information and exit

Command options:  
 -c command              # execute the specified comand and exit
 file                    # execute the script from file and exit	 

Examples:
   # print version information and exit
   mn8 --version

   # execute the specified command and exit
   mn8 -c "print Date.getToday"

   # execute the specified script file and exit
   mn8 /work/scripts/TestConcept.mn8


   # execute the Google concept and exit
   mn8 Google search SpaceMapper

