5 lines
99 B
Bash
Executable File

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