10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-03 03:45:20 +02:00
irpf90/tools/install_tools.sh
2009-09-02 20:45:53 +02:00

11 lines
121 B
Bash
Executable File

#!/bin/bash
OLD_DIR=$PWD
cd ../.git/hooks/
for i in commit-msg post-commit
do
rm $i
ln -s $OLD_DIR/$i $PWD/$i
done