File: pdsh.script

package info (click to toggle)
pdsh 2.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,208 kB
  • ctags: 1,685
  • sloc: ansic: 17,784; sh: 8,759; makefile: 480; exp: 113; perl: 104
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/bash

if test -f /etc/pdsh/rcmd_default; then
PDSH_RCMD_TYPE=`cat /etc/pdsh/rcmd_default`
export PDSH_RCMD_TYPE
fi

exec -a pdsh /usr/bin/pdsh.bin "$@"