6393ec357e
This was previously at https://github.com/vector-im/riot-web/blob/develop/scripts/rageshake.go, but it's not really exclusive to riot-web, and given I'm about to add some more complexity to it, I'd like for it to be in its own repo.
5 lines
No EOL
105 B
Bash
Executable file
5 lines
No EOL
105 B
Bash
Executable file
#! /bin/bash
|
|
|
|
DOT_GIT="$(dirname $0)/../.git"
|
|
|
|
ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit" |