Criterion/.githooks/install.sh

5 lines
59 B
Bash
Raw Permalink Normal View History

#!/bin/sh
rm -Rf .git/hooks
ln -s ../.githooks .git/hooks