ref: 858601ce88f1dc0d9758d101fc7ac26cfcf1c2fb
dir: /bin/samv/
#!/bin/rc
# samv [-m] [samflags] [file ...]
rfork e
flags=(-a)
while(~ $1 -*){
switch($1){
case *
flags=($flags $1)
}
shift
}
files=($%)
if(! ~ $#* 0)
files=($files $*)
cmd=(sam $flags $files)
unmount /mnt/plumb
window -m $cmd