ref: af7c8671be2b7c480ab5fac4aeb3e7c2859ab48d 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 }