diff options
-rw-r--r-- | pars.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ #!/bin/bash -parssh () -{ +parssh () { [[ "$1" == -[0-9]* && "$1" != *[^0-9-]* ]] && { - parssh_concurrency=${1#-} + local parssh_concurrency=${1#-} shift } while read host; do |