|
|
1.1 root 1: #!/bin/sh
2: # @(#)plot.sh 4.5 (Berkeley) 8/29/86
3: #
4: PATH=/bin:/usr/bin:/usr/ucb
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 lpr -Pversatec -g $*;;
15: -Tvar) exec lpr -Pvarian -g $*;;
16: -Ttek|-T4014|-T) exec tek $* ;;
17: -T4013) exec t4013 $* ;;
18: -Tbitgraph|-Tbg) exec bgplot $*;;
19: -Tgigi|-Tvt125) exec gigiplot $*;;
20: -Taed) exec aedplot $*;;
21: -Thp7221|-Thp7|-Th7) exec hp7221plot $*;;
22: -Thp|-T2648|-T2648a|-Thp2648|-Thp2648a|h8)
23: exec hpplot $*;;
24: -Tip|-Timagen) exec implot $*;;
25: -Tgrn) exec grnplot $*;;
26: -Tcrt) exec crtplot $*;;
27: -Tdumb|un|unknown) exec dumbplot $*;;
28: *) exec crtplot $*;;
29: esac
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.