Skip to content

Instantly share code, notes, and snippets.

View ben-clayton's full-sized avatar

Ben Clayton ben-clayton

  • Google
  • London, England
View GitHub Profile
set -e
WD=$(pwd)/merge-tint-dawn
TINT=$WD/tint
DAWN=$WD/dawn
MERGE=$WD/merge
if [ ! -d $TINT ]; then
git clone https://dawn.googlesource.com/tint "$TINT"
git -C "$TINT" checkout 66d6668372d9fde5e09e25ba48632b15ed3d8cd2
fi