ref: 0aae832ac3f3ae5d136563e980e9c32ceb0d1444 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 }