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: 94f99ba9fddaaf16f4a0992321796e1ba17f94cd (
plain
)
1
2
3
4
5
6
7
8
9
#!/bin/sh ar "$@" case "`uname`" in Darwin) ranlib -c $2 ;; esac