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