Skip to content

Commit

Permalink
added PyPI info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdravko Bozakov committed Dec 15, 2014
1 parent 45832c4 commit 19d6f18
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,7 @@ You can also install SSHLauncher from PyPI, which will also install `pexpect`:
$ pip install sshlauncher


```
Usage:
$ sshlauncher [options] configfile
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d, --debug enable debug mode
-e, --escape enable interpretation of backslash escapes in commands
```
# Usage:

For each SSH session which should be spawned, the configuration file contains a block specifying the host name, the command to be executed as well as any potential dependencies on the output of other sessions.

Expand All @@ -63,3 +53,15 @@ command: iperf -c nodeA.filab.uni-hannover.de
after: {'receiver':'Server listening'}
```
Additional parameters may be passed from the shell through environment variables. Please refer to the [technical report](sshlauncher_tr.pdf) for detailed instructions on setting up the configuration file.

To run SSHLauncher use:

```
$ sshlauncher [options] configfile
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d, --debug enable debug mode
-e, --escape enable interpretation of backslash escapes in commands
```

0 comments on commit 19d6f18

Please sign in to comment.