4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
PDSH_RCMD_TYPE="`cat /etc/pdsh/rcmd_default`" /usr/bin/pdsh $@
|