]> git.somenet.org - tools/githelper.git/blob - setup.sh
git gc for all subdirs
[tools/githelper.git] / setup.sh
1 #!/bin/bash
2
3 echo "Will symlink all githelper-scripts to ../ in 10 sec."
4 sleep 10
5
6 cd ..
7 ln -s githelper/gpullAll.sh gpullAll.sh
8 ln -s githelper/ggcAll.sh ggcAll.sh
9