Commit af1b4a87 authored by nimrod's avatar nimrod
Browse files

- Forgot to add the script, corrected.

parent 1781e38c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#!/bin/sh
set -eu

cd "$HOME/.githooks"
find  -type f -exec ln -sf ../../.githooks/{} ../.git/hooks/ \;