summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1-RevB_FreedomStudio/freedom-metal/install-git-hooks
blob: bc6df8702f850d7400551653878708c5367637b1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

mkdir -p .git/hooks
cat >.git/hooks/post-commit <<EOF
#!/bin/bash
# Generated by $0
touch -c configure.ac
EOF
chmod +x .git/hooks/post-commit