deguapp/api/setup-repo.sh
2024-04-29 20:32:49 +02:00

5 lines
69 B
Bash
Executable File

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