#!/usr/bin/env sh # Run: # ln -s ../../pre-commit.sh .git/hooks/pre-commit set -e # format make format # build make build