]> git.donarmstrong.com Git - bin.git/blobdiff - svnfix
add dgsmon and add more stuff to svnfix
[bin.git] / svnfix
diff --git a/svnfix b/svnfix
index 61ce4a6727a5f1b863ebb0bb213cc63e4328b31f..8de255eb46872a242d12abac951c1317714f3268 100755 (executable)
--- a/svnfix
+++ b/svnfix
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# fix all of the permissions
+find ~/.hide -print0 |xargs -0 chmod go-rwx;
+
 if [ -e ~/.hide/irssi_config ] && [ -d .irssi ]; then
     ln -sf ~/.hide/irssi_config ~/.irssi/config;
 fi;
@@ -29,3 +32,7 @@ fi;
 if [ -e ~/.hide/f1rc ]; then
     ln -sf ~/.hide/f1rc ~/.f1rc
 fi;
+
+if [ -e ~/.hide/dgsmon_conf ]; then
+    ln -sf ~/.hide/dgsmon_conf ~/.dgsmonrc
+fi;
\ No newline at end of file