|
|
researchv10 Dan Cross
#!/bin/sh
# don't set -p or PATH= because we're going to return to the user
: ${SHELL=sh}
load(){
TERM=$1
prog=$2
shift 2
/usr/630/bin/dmdld $prog $*
stty old!
export TERM
unset TERMCAP
exec $SHELL
}
case "$1" in
#jis*) load 5620 /usr/bwk/kanji/njisterm.m $*;;
#kanji) SHELL=/usr/pjw/kanji/KANJI; load 5620 /usr/bwk/kanji/njisterm.m $*;;
#mux) /usr/jerq/lib/jterm; TERM=5620 export TERM; exec $SHELL;;
#2621) load 2621 /usr/jerq/mbin/hp.m $*;;
#33) load 33 /usr/jerq/mbin/m33.m $*;;
#5620) load 5620 /usr/jerq/mbin/56.m $*;;
4014) load 4014 /usr/jerq/mbin/tek4014.m -u $*;;
*) echo usage: term '[4014]' 1>&2; exec $SHELL;;
esac
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.