ref: 0e96985e12d03ea0dcc9a82a5e4f307b80aca93d
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