t9ar - 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
       ---
       t9ar (155B)
       ---
            1 #!/bin/sh
            2 
            3 ar "$@"
            4 
            5 # We used to run ranlib if uname = Darwin,
            6 # but the mkfiles now pass the s flag to 9ar,
            7 # so ranlib should be unnecessary even there.