#!/usr/bin/env sh
path="$(dirname $0)"
exec "$path"/compiler-wrapper cc "$@"
