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