DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦db521e4dd⟧ TextFile

    Length: 305 (0x131)
    Types: TextFile
    Names: »usr/spool/lp/model/ph.daps «

Derivation

└─⟦307897ef0⟧ Bits:30004042/core1.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »usr/spool/lp/model/ph.daps « 

TextFile

#ident "@(#)lp:model/ph.daps	1.2"

# lp interface to Autologic APS-5 phototypesetter.
#	output is passed through filter daps, which is also a
#	command.

logname=$2
shift;shift;shift;shift
while [ $copies -gt 0 ]
do
	if daps -h$logname $*
	then
		copies=`expr $copies - 1`
	else
		exit $?
	fi
done
exit 0