From: Don Armstrong <don@donarmstrong.com>
Date: Sat, 25 Aug 2007 10:01:56 +0000 (+0000)
Subject: add reminder support
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=96971755c52999741a9ccf23117f3d935d09848b;p=bin.git

add reminder support
---

diff --git a/svnfix b/svnfix
index 8de255e..7b87258 100755
--- a/svnfix
+++ b/svnfix
@@ -35,4 +35,8 @@ fi;
 
 if [ -e ~/.hide/dgsmon_conf ]; then
     ln -sf ~/.hide/dgsmon_conf ~/.dgsmonrc
-fi;
\ No newline at end of file
+fi;
+
+if [ -e ~/.hide/reminders ]; then
+    ln -sf ~/.hide/reminders ~/.reminders
+fi;