use srv -a

This commit is contained in:
rsc 2005-03-21 17:28:32 +00:00
parent 9e50a7dae8
commit 1a1df329f4

View file

@ -8,7 +8,7 @@ if(! ~ $#* 1){
fn srv1 {
if(! 9p stat $1 >/dev/null >[2=1]){
rm -f $ns/$1
srv $2 $1
srv -a $2 $1
}
}