fab.tools.shell#
This file contains a base class for shells. This can be used to execute other scripts.
Classes
|
A simple wrapper that runs a shell script. |
- class fab.tools.shell.Shell(name)#
A simple wrapper that runs a shell script. There seems to be no consistent way to simply check if a shell is working - not only support a version command (e.g. sh and dash don’t). Instead, availability is tested by running a simple ‘echo’ command.
- Name:
the path to the script to run.