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

⟦20efd5be9⟧ TextFile

    Length: 365 (0x16d)
    Types: TextFile
    Names: »usr/lbin/admerr «

Derivation

└─⟦307897ef0⟧ Bits:30004042/core1.imd SW95705I 386/ix Multi-user Release 1.2
    └─⟦this⟧ »usr/lbin/admerr « 

TextFile

#ident	"@(#)sadmin:shell/admerr	2.3"
#	Issue a standard error message for an administrative command.

#!	chmod +x ${file}

if [ $# -lt 2 ]
then
	echo >&2 "Usage:  $0 command-name message ..."
	exit 1
fi

case $0 in
*/admerr | admerr )
	type='ADMIN COMMAND'
	;;
* )
	type=SOFTWARE
esac

cmd=$1
shift
echo >&2 "
${type} ERROR:	Call Customer Service.
	${cmd}:  $*\\n"