#!/bin/sh TOPDIR="$(cd $(dirname $0); pwd)" PKGMK=$TOPDIR/src/pkgmk PKGMK_CONF=$TOPDIR/src/pkgmk.conf echo "$PKGMK -cf $PKGMK_CONF" $@ # End of file