4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
echo "#!/bin/sh\ncargo test" >> ./.git/hooks/pre-push
|
|
chmod +x ./.git/hooks/pre-push
|