|
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: 529 (0x211) Types: TextFile Notes: UNIX file Names: »tplot«
└─⟦a892c3799⟧ Bits:30004042/term1.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦a892c3799⟧ UNIX Filesystem └─⟦this⟧ »tu/new/usr/bin/tplot«
# 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