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

9 lines
69 B
Bash
Executable File

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