diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ SERVERLIST and execute: - Export FUNCTIONS and VARIABLES from local Bash session to remote hosts from SERVERLIST and execute with a concurrency of 35, saving and displaying output -along with the commands and meta-data as a header in the 'PROJECT_NAME.out' -and 'PROJECT_NAME.err' files: +along with the commands and meta-data as a header in the 'OUTFILE.out' +and 'OUTFILE.err' files: - parssh -35 -C -t PROJECT_NAME "$(declare -f FUNCTIONS; declare -p VARIABLES); FUNCTIONS" < SERVERLIST + parssh -35 -C -t OUTFILE "$(declare -f FUNCTIONS; declare -p VARIABLES); FUNCTIONS" < SERVERLIST |