use srv -a
This commit is contained in:
parent
9e50a7dae8
commit
1a1df329f4
1 changed files with 1 additions and 1 deletions
2
bin/9fs
2
bin/9fs
|
|
@ -8,7 +8,7 @@ if(! ~ $#* 1){
|
||||||
fn srv1 {
|
fn srv1 {
|
||||||
if(! 9p stat $1 >/dev/null >[2=1]){
|
if(! 9p stat $1 >/dev/null >[2=1]){
|
||||||
rm -f $ns/$1
|
rm -f $ns/$1
|
||||||
srv $2 $1
|
srv -a $2 $1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue