#!/bin/sh

verno=1
subno=71

if [ $# -gt 2 ] ; then
  echo usage: hp2621 [-V] [startup [firsttime]]
  exit 1
fi

if [ "$1" = -V ]
then
	echo "hp2621: version $verno.$subno"
	exit 0
fi

dmdld $DMD/mbin/hp2621.m "$@"
