commit 1a1df329f401647bc633ee7ac7c18e12dfa498ec parent 9e50a7dae80e81bddcf7d79280b7a0c918b1f6b5 Author: rsc <devnull@localhost> Date: Mon, 21 Mar 2005 17:28:32 +0000 use srv -a Diffstat:
M | bin/9fs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/9fs b/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 } }