mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
chmod +x $PWD/scripts/pre-push
|
|
ln -s $PWD/scripts/pre-push $PWD/.git/hooks/pre-push
|