pkgsrc/net/dhid/files/dhid.sh.sample

7 lines
93 B
Text
Raw Normal View History

#!/bin/sh
DHID=@PREFIX@/libexec/dhid
if [ -f ${DHID} ]; then
${ECHO} -n " dhid"
${DHID}
fi