]> git.somenet.org - tools/githelper.git/blob - setup.sh
added git reset all.
[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 ln -s githelper/gresetAll.sh gresetAll.sh
10