• Eric Paris's avatar
    Use cp instead of rsync in hack/verify-gendocs.sh · bf9c3cd6
    Eric Paris authored
    Instead of calling rsync over and over and over and over and over and
    over and over and over and over (and probably over) use one `cp`
    
    Before:
    real	0m5.247s
    user	0m2.294s
    sys	0m1.300s
    
    After:
    real	0m2.260s
    user	0m2.230s
    sys	0m0.936s
    bf9c3cd6
util.sh 6.63 KB