]> git.donarmstrong.com Git - bin.git/commitdiff
added svnfix
authorDon Armstrong <don@donarmstrong.com>
Sun, 2 Oct 2005 19:31:19 +0000 (19:31 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 2 Oct 2005 19:31:19 +0000 (19:31 +0000)
svnfix [new file with mode: 0755]

diff --git a/svnfix b/svnfix
new file mode 100755 (executable)
index 0000000..c063b9b
--- /dev/null
+++ b/svnfix
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -e ~/.hide/irssi_config ] && [ -d .irssi ]; then
+    ln -sf ~/.hide/irssi_config ~/.irssi/config;
+fi;
+
+if [ -e ~/.hide/todo ]; then
+    ln -sf ~/.hide/todo ~/.todo
+fi;
\ No newline at end of file