plan9port/bin/9ar
2005-01-04 22:11:58 +00:00

8 lines
69 B
Bash
Executable file

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