1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-30 11:54:57 +00:00
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