Sign in
plan9port
/
plan9
/
9847210bcb677f11ea6b80bb2942486d989647a9
/
.
/
bin
/
9ar
blob: 42c613794c699368047ea9f2c4df8738fdd510e8 [
file
]
#!/bin/sh
ar
"$@"
case
"`uname`"
in
Darwin
)
ranlib
-
c $2
;;
esac