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