mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-01 17:14:32 +01:00
4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
ln -s ../../hooks/pre-commit .git/hooks/pre-commit
|
|
ln -s ../../hooks/pre-push .git/hooks/pre-push
|