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