4 lines
96 B
Plaintext
Raw Normal View History

#!/bin/bash
pwd="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec xcrun mig -cc $pwd/cc "$@"