]> git.donarmstrong.com Git - bin.git/blob - svnfix
added get_tweekn, parsebanlist and modified svnfix for gaim
[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;
10
11 if [ -e ~/.hide/gaim_accounts.xml ] && [ -d .gaim ]; then
12     ln -sf ~/.hide/gaim_accounts.xml ~/.gaim/accounts.xml;
13 fi;