ref: a3fef8384db2ce1ff98c38373c59841b83c83ce0 dir: /rc/bin/B/
#!/bin/rc rfork e files=() dest=() if(~ $#* 0){ echo usage: B file ... >[1=2] exit usage } wdir=`{pwd} for(i){ if(! ~ $i /*) i=$wdir/$i plumb -s B -d edit $i }