plan9port/bin/9ar
2003-11-24 22:40:36 +00:00

9 lines
70 B
Bash
Executable file

#!/bin/sh
ar "$@"
case "`uname`" in
Darwin)
ranlib -c $2
;;
esac