aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index af797a7..4cfdc2f 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,8 @@ Instructions
```
parssh --help
```
+
+- Export functions and variables from local Bash session to remote hosts and execute:
+```
+parssh "$(declare -f functions; declare -p variables); functions" < serverlist
+```