mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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 {
|
||||
if(! 9p stat $1 >/dev/null >[2=1]){
|
||||
rm -f $ns/$1
|
||||
srv $2 $1
|
||||
srv -a $2 $1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue