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