nork/setup-repo.sh
2022-02-02 16:19:03 +01:00

5 lines
69 B
Bash
Executable File

#!/bin/bash
cp .githooks/* .git/hooks
echo "hooks have been copied"