1#!/bin/sh 2# This file wraps clang with ccache to enable faster runs of xcodebuild 3ccache clang "$@" 4