USG_PG3/usr/source/rc/tp.rc

:	command file to creat "tp" command
echo 
echo /bin/tp

chdir ../tp
echo tp?.s ;	as tp?.s
ld -s a.out -lc -l
mv -f a.out /bin/tp
chmod 755 /bin/tp
chown bin /bin/tp