Annotation of 40BSD/cmd/plot/plot.sh, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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