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

⟦683a86a76⟧ TextFile

    Length: 529 (0x211)
    Types: TextFile
    Notes: UNIX file
    Names: »tplot«

Derivation

└─⟦a892c3799⟧ Bits:30004042/term1.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a892c3799⟧ UNIX Filesystem
    └─⟦this⟧ »tu/new/usr/bin/tplot« 

TextFile

#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)tplot:tplot.sh	1.2"

case $1 in
-T*)	t=$1
	shift ;;
*)	t=-T$TERM
esac
case $t in
-T450)	exec /usr/lib/t450 $*;;
-T300)	exec /usr/lib/t300 $*;;
-T300S|-T300s)	exec /usr/lib/t300s $*;;
-Tver)	exec /usr/lib/vplot $*;;
-Ttek|-T4014)	exec /usr/lib/t4014 $* ;;
*)  echo terminal type not known 1>&2; exit 1
esac