mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
4 lines
96 B
Bash
Executable File
4 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
|