#!/usr/bin/env bash if git diff-files --quiet; then exit 1 else exit 0 fi