|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 365 (0x16d)
Types: TextFile
Names: »usr/lbin/admerr «
└─⟦307897ef0⟧ Bits:30004042/core1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦this⟧ »usr/lbin/admerr «
#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"