Annotation of 42BSD/usr.bin/plot/plot.sh, revision 1.1

1.1     ! root        1: #! /bin/sh
        !             2: #      @(#)plot.sh     4.1     (Berkeley)      7/4/83
        !             3: #
        !             4: PATH=/bin:/usr/bin
        !             5: case $1 in
        !             6: -T*)   t=$1
        !             7:        shift ;;
        !             8: *)     t=-T$TERM
        !             9: esac
        !            10: case $t in
        !            11: -T450) exec t450 $*;;
        !            12: -T300) exec t300 $*;;
        !            13: -T300S|-T300s) exec t300s $*;;
        !            14: -Tver) exec vplot $*;;
        !            15: -Ttek|-T4014|-T)       exec tek $* ;;
        !            16: *)  echo plot: terminal type $t not known 1>&2; exit 1
        !            17: esac

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.