ref: 699d2e0ed94bd545bb3dd8c64a3922f56f273f0e
dir: /rc/bin/spell/
#!/bin/rc spellflags=() deroffargs=() fflag='' for(x){ switch($x){ case -[abcvx] spellflags=($spellflags $x) case -f fflag=$x case * if(~ $fflag -f) { spellflags=($spellflags -f $x) fflag='' } if not deroffargs=($deroffargs $x) } } deroff -w $deroffargs | sort -u | aux/sprog $spellflags