aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4cfdc2f47332453d77a8068b210fb7c4eb0dcb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parssh: Parallel SSH orchestration in a Bash session.
=====================================================

Instructions
------------

- Source pars.sh to your Bash session:
```
. pars.sh
```

- Run *parssh* function for usage information:
```
parssh --help
```

- Export functions and variables from local Bash session to remote hosts and execute:
```
parssh "$(declare -f functions; declare -p variables); functions" < serverlist
```