|
|
1.1 root 1: B=/usr/lib
2: echo $*
3: sflag=-s
4: lflag=
5: lcon=
6: rflag=
7: rcon=
8: mflag=-ms
9: mlflag=
10: eflag=
11: Pflag=
12: for i in $*
13: do case $i in
14: -r) rflag=-r; shift; rcon=$1;shift;continue;;
15: -l)lflag=-l; shift; lcon=$1;shift;continue;;
16: -mm) mflag=-mm;shift;continue;;
17: -ms) mflag=-ms;shift;continue;;
18: -ml) mlflag=-ml;shift;continue;;
19: -p) sflag=-p;shift;continue;;
20: -a) sflag=-a;shift;continue;;
21: -e) eflag=-e;shift;continue;;
22: -P) Pflag=-P;shift;continue;;
23: esac
24: done
25: $B/deroff $mflag $mlflag $*^$B/style1^$B/style2^$B/style3 $rflag $rcon $lflag $lcon $sflag $eflag $Pflag
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.