Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

pshell can be then run from the command line to perform stand alone commands. 

It can also be given a script containing any number of commands that will be executed sequentially.

Code Block
iblis:~> pshell -h
usage: pshell [-h] [-c CONFIG] [-i SCRIPT] [-d] [command]

pshell help

positional arguments:
  command

optional arguments:
  -h, --help  show this help message and exit
  -c CONFIG   The server in $HOME/.mf_config to connect to
  -i SCRIPT   Input script file containing commands
  -d          Turn debugging on



Exercises

Exercise 1 - create a delegate and check that pshell is using it.

...