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

1.1       root        1: A=
                      2: case $1 in
                      3:        -p)     A="$1 $2"
                      4:                shift; shift;;
                      5:        -*)     A=$1
                      6:                shift;;
                      7: esac
                      8: case $1 in
                      9:        -p)     A="$A $1 $2"
                     10:                shift; shift;;
                     11:        -*)     A="$A $1"
                     12:                shift;;
                     13: esac
                     14: if test $1x = x 
                     15: then /usr/lib/refer/mkey -s
                     16: else echo $* | /usr/lib/refer/mkey -s
                     17: fi | /usr/lib/refer/hunt $A /usr/dict/papers/Ind

unix.superglobalmegacorp.com

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