#!/bin/sh

if [ $# -ne 3 ]
then
     echo Usage: $0 "<host-spec> <target-spec> <non-rewinding-tape-dev>"
     echo default tapedevice for hpux should be /dev/rmt/0mn
     exit 1
fi

./Pack-DAT @@RELEASE_TAG@@ @@BUNDLE@@ $1 $2 $3
