Annotation of researchv10dc/630/bin/term, revision 1.1

1.1     ! root        1: #!/bin/sh
        !             2: # don't set -p or PATH= because we're going to return to the user
        !             3: : ${SHELL=sh}
        !             4: load(){
        !             5:        TERM=$1
        !             6:        prog=$2
        !             7:        shift 2
        !             8:        /usr/630/bin/dmdld $prog $*
        !             9:        stty old!
        !            10:        export TERM
        !            11:        unset TERMCAP
        !            12:        exec $SHELL
        !            13: }
        !            14: case "$1" in
        !            15: #jis*) load 5620 /usr/bwk/kanji/njisterm.m $*;;
        !            16: #kanji)        SHELL=/usr/pjw/kanji/KANJI; load 5620 /usr/bwk/kanji/njisterm.m $*;;
        !            17: #mux)  /usr/jerq/lib/jterm; TERM=5620 export TERM; exec $SHELL;;
        !            18: #2621) load 2621 /usr/jerq/mbin/hp.m $*;;
        !            19: #33)   load 33 /usr/jerq/mbin/m33.m $*;;
        !            20: #5620) load 5620 /usr/jerq/mbin/56.m $*;;
        !            21: 4014)  load 4014 /usr/jerq/mbin/tek4014.m -u $*;;
        !            22: *)     echo usage: term '[4014]' 1>&2; exec $SHELL;;
        !            23: esac

unix.superglobalmegacorp.com

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