|
|
1.1 ! root 1: # NOTICE-NOT TO BE DISCLOSED OUTSIDE BELL SYS EXCEPT UNDER WRITTEN AGRMT ! 2: L=/usr/lib/style ! 3: audflag=m ! 4: for i in $* ! 5: do case $i in ! 6: -tm) audflag=m;shift;break;; ! 7: -t) audflag=t;shift;break;; ! 8: -c) audflag=c;shift;break;; ! 9: -x) audflag=x;shift;file=$1;shift;break;; ! 10: -ver) echo $0 version 2.1:: 2.0;exit;; ! 11: -flags) echo $0 \[-t \| -c \| -tm \| -x standards-file\] \[-flags\] \[-ver\];exit;; ! 12: -*) audflag=q;echo unknown wwbstand flag $i;shift;exit;; ! 13: *) audflag=;echo "wwbstand takes only flags [-t|-tm|-c|-x file]";shift;exit;; ! 14: esac ! 15: done ! 16: ! 17: if test $audflag = m ! 18: then echo -e 'These are desirable ranges for technical documents based ! 19: on 30 TMs judged to be good by department heads in the Research Area:\n' ! 20: $L/standlkup < $L/tm.st ! 21: exit ! 22: ! 23: elif test $audflag = t ! 24: then echo -e 'These are desirable ranges for training documents derived ! 25: from 34 instructional texts produced by Dept. 45272:\n' ! 26: $L/standlkup < $L/train.st ! 27: exit ! 28: ! 29: elif test $audflag = c ! 30: then echo -e 'These are desirable ranges for documents for craft based on ! 31: research of Esther Coke in Dept. 11222.' ! 32: $L/standlkup < $L/crft.st ! 33: exit ! 34: ! 35: elif test $audflag = x ! 36: then echo -e "Your file $file contains the following standards:\n" ! 37: $L/standlkup < $file ! 38: exit ! 39: fi
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.