#!/bin/sh
echo -n 'name of the new type:'
if test $# -lt 1
then
read N
else
N=$1
echo $N
fi
echo
/usr/apollo/bin/crty -u 5DB6EF62.30018938 $N
echo
echo your new type:
/usr/apollo/bin/lty -u $N | grep $N
intm lapr $N
touch /dev/$N
obty /dev/$N $N
echo your new device file:
/com/ld -a /dev/$N
