irpf90/tools/install_tools.sh

11 lines
121 B
Bash
Raw Permalink Normal View History

2009-09-02 20:45:53 +02:00
#!/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