From: Don Armstrong Date: Sat, 11 Mar 2006 08:50:39 +0000 (+0000) Subject: add f1rc svnfix X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=ef97b3a24bfcc351a1d45ea7ac030dcc0dd91273 add f1rc svnfix --- diff --git a/svnfix b/svnfix index 1643854..39536f6 100755 --- a/svnfix +++ b/svnfix @@ -21,3 +21,7 @@ for a in bug order; do ln -sf ~/.hide/${a}_bot.conf ~/.${a}_bot.conf fi; done; + +if [ -e ~/.hide/f1rc ]; then + ln -sf ~/.hide/f1rc ~/.f1rc +fi;