#!/bin/sh
path="$(dirname $0)"
exec "$path"/compiler-wrapper c++ "$@"
