ublox-lea-6h-breakout/scripts/install-hook.sh

7 lines
101 B
Bash
Raw Permalink Normal View History

2023-05-23 17:46:19 +02:00
#!/bin/bash
set -e
cp ./pre-commit.hook ../.git/hooks/pre-commit
chmod +x ../.git/hooks/pre-commit