tuse srv -a - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1a1df329f401647bc633ee7ac7c18e12dfa498ec
 (DIR) parent 9e50a7dae80e81bddcf7d79280b7a0c918b1f6b5
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/9fs b/bin/9fs
       t@@ -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
                }
        }