BSD 4 development
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1980 05:22:41 +0000 (21:22 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1980 05:22:41 +0000 (21:22 -0800)
Work on file usr/src/cmd/diction/style

Synthesized-from: CSRG//cd1/4.0

usr/src/cmd/diction/style [new file with mode: 0755]

diff --git a/usr/src/cmd/diction/style b/usr/src/cmd/diction/style
new file mode 100755 (executable)
index 0000000..8bdfd22
--- /dev/null
@@ -0,0 +1,25 @@
+B=/usr/lib
+echo $*
+sflag=-s
+lflag=
+lcon=
+rflag=
+rcon=
+mflag=-ms
+mlflag=
+eflag=
+Pflag=
+for i in $*
+do case $i in
+-r) rflag=-r; shift; rcon=$1;shift;continue;;
+-l)lflag=-l; shift; lcon=$1;shift;continue;;
+-mm) mflag=-mm;shift;continue;;
+-ms) mflag=-ms;shift;continue;;
+-ml) mlflag=-ml;shift;continue;;
+-p) sflag=-p;shift;continue;;
+-a) sflag=-a;shift;continue;;
+-e) eflag=-e;shift;continue;;
+-P) Pflag=-P;shift;continue;;
+esac
+done
+$B/deroff $mflag $mlflag $*^$B/style1^$B/style2^$B/style3 $rflag $rcon $lflag $lcon $sflag $eflag $Pflag