#!/bin/sh

if [ $# -ne 3 ]
then
     echo Usage: $0 "<host-spec> <target-spec> <non-rewinding-tape-dev>"
     exit 1
fi

./Pack-A-Progressive @@RELEASE_TAG@@ @@BUNDLE@@ $1 $2 $3
