#!/usr/bin/env zsh if [ ! -z $(grep "fmt-check:" "Makefile") ]; then make fmt-check 2>/dev/null fi