PrivacyCenter/hooks/setup-hooks

4 lines
138 B
Plaintext
Raw Permalink Normal View History

2024-10-24 12:58:52 +02:00
#!/bin/sh
# This script setups symlink from .git/hooks directory to this directory.
ln -s -f ../../hooks/pre-commit .git/hooks/pre-commit