From: Nicolas Boisselier Date: Fri, 8 Mar 2019 14:22:35 +0000 (+0000) Subject: etc/profile.d/pdsh.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d6f6ac2315c410fb16cc27f62bc63e65963132c1;p=nb.git etc/profile.d/pdsh.sh --- diff --git a/etc/profile.d/pdsh.sh b/etc/profile.d/pdsh.sh new file mode 100644 index 00000000..4ab3da4f --- /dev/null +++ b/etc/profile.d/pdsh.sh @@ -0,0 +1,3 @@ +which pdsh > /dev/null || return 0 +export PDSH_RCMD_TYPE=ssh +[ -r ~/.hosts.pdsh ] && export WCOLL=~/.hosts.pdsh