diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 +``` |