tim/api/setup-repo.sh

5 lines
69 B
Bash
Raw Permalink Normal View History

2023-12-31 00:21:26 +01:00
#!/bin/bash
cp .githooks/* .git/hooks
echo "hooks have been copied"