Skip to content
Snippets Groups Projects
Commit 75b94248 authored by nimrod's avatar nimrod
Browse files

- Forgot to add the script, corrected.

parent b8794337
Branches
No related tags found
No related merge requests found
#!/bin/sh
set -eu
cd "$HOME/.githooks"
find -type f -exec ln -sf ../../.githooks/{} ../.git/hooks/ \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment