diff options
author | rsc <devnull@localhost> | 2005-03-21 17:28:32 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-03-21 17:28:32 +0000 |
commit | 1a1df329f401647bc633ee7ac7c18e12dfa498ec (patch) | |
tree | bf6ea4a79d0d11d1e9bc51d8942221eb1a71d961 /bin | |
parent | 9e50a7dae80e81bddcf7d79280b7a0c918b1f6b5 (diff) | |
download | plan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.tar.gz plan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.tar.bz2 plan9port-1a1df329f401647bc633ee7ac7c18e12dfa498ec.zip |
use srv -a
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/9fs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } } |