]> git.donarmstrong.com Git - bin.git/blob - svnfix
added svnfix
[bin.git] / svnfix
1 #!/bin/sh
2
3 if [ -e ~/.hide/irssi_config ] && [ -d .irssi ]; then
4     ln -sf ~/.hide/irssi_config ~/.irssi/config;
5 fi;
6
7 if [ -e ~/.hide/todo ]; then
8     ln -sf ~/.hide/todo ~/.todo
9 fi;