|
|
1.1 root 1: #!/bin/sh
2:
3: verno=1
4: subno=71
5:
6: if [ $# -gt 2 ] ; then
7: echo usage: hp2621 [-V] [startup [firsttime]]
8: exit 1
9: fi
10:
11: if [ "$1" = -V ]
12: then
13: echo "hp2621: version $verno.$subno"
14: exit 0
15: fi
16:
17: dmdld $DMD/mbin/hp2621.m "$@"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.