
| Current Path : /bin/X11/X11/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //bin/X11/X11/pdcp |
#! /bin/bash # If PDSH_RCMD_TYPE is set don't check default if test $PDSH_RCMD_TYPE; then exec -a pdcp /usr/bin/pdsh.bin "$@" fi # If a default is set run with it. if test -f /etc/pdsh/rcmd_default; then PDSH_RCMD_TYPE=`cat /etc/pdsh/rcmd_default` PDSH_RCMD_TYPE=$PDSH_RCMD_TYPE exec -a pdcp /usr/bin/pdsh.bin "$@" else exec -a pdcp /usr/bin/pdsh.bin "$@" fi