]> git.donarmstrong.com Git - bin.git/blobdiff - svnfix
add reset usb bus command
[bin.git] / svnfix
diff --git a/svnfix b/svnfix
index a6e4b19dac3d42dc210227ab99dfefd86f60e5a3..322e541c778998d8481e8f842202ba0f437f58dd 100755 (executable)
--- a/svnfix
+++ b/svnfix
@@ -48,4 +48,10 @@ fi;
 
 if [ -e ~/.hide/korganize_standard.ics ]; then
     ln -sf ~/.hide/korganize_standard.ics ~/.kde/share/apps/korganizer/std.ics
-fi;
\ No newline at end of file
+fi;
+
+for a in twitter identica; do 
+    if [ -e ~/.hide/twidge_${a} ]; then
+       ln -sf ~/.hide/twidge_${a} ~/.twidge-${a};
+    fi;
+done;
\ No newline at end of file