...
It can also be given a script containing any number of commands that will be executed sequentially.
Code Block |
---|
iblis:~> pshell~/dev/mfclient> ./pshell.py -h usage: pshell.py [-h] [-c CONFIG] [-i SCRIPT] [-d] [command] pshell help positional arguments: command a single command to execute optional arguments: -h, --help show this help message and exit -c CONFIG Thethe server in $HOME/.mf_config to connect to -i SCRIPT Inputinput scripttext file containing commands -d Turnturns debugging on |
Exercises
Exercise 1 - create a delegate and check that pshell is using it.
...