X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=svnfix;h=1643854e8078cd504bb4f258273f3efbb8febdd1;hb=ff8d957f75a849b60ebe464cb6dac993918a57b3;hp=06666d1a3f757faec715bf78d57da4afe25af3d4;hpb=8141a4df5c77faa99dd7b7357d6520069b32a213;p=bin.git diff --git a/svnfix b/svnfix index 06666d1..1643854 100755 --- a/svnfix +++ b/svnfix @@ -14,4 +14,10 @@ fi; if [ -e ~/.hide/mail_aliases ]; then ln -sf ~/.hide/mail_aliases ~/.mail_aliases -fi; \ No newline at end of file +fi; + +for a in bug order; do + if [ -e ~/.hide/${a}_bot.conf ]; then + ln -sf ~/.hide/${a}_bot.conf ~/.${a}_bot.conf + fi; +done;