2 lines
89 B
Bash
2 lines
89 B
Bash
|
#!/bin/bash
|
||
|
parallel-ssh -i -h psshost.txt -t 0 -O StrictHostKeyChecking=no -o pssh -A $@
|