index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
9ar
blob: 42c613794c699368047ea9f2c4df8738fdd510e8 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh ar "$@" case "`uname`" in Darwin) ranlib -c $2 ;; esac