Sha256: 164dbd3f28885092321f3b031a08f809f42e30928a5eae4b9adacdd596af9ebd
Contents?: true
Size: 136 Bytes
Versions: 13
Compression:
Stored size: 136 Bytes
Contents
#!/usr/bin/env bash cd "`dirname \"$0\"`/.." echo "Installing githooks for `pwd`" rm -rf .git/hooks ln -s -f ../.githooks/ .git/hooks
Version data entries
13 entries across 13 versions & 2 rubygems