From 1c06d0fb15bcf6c3e11a13d8f62e795a55fe0515 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 2 Oct 2005 19:31:19 +0000 Subject: [PATCH] added svnfix --- svnfix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 svnfix diff --git a/svnfix b/svnfix new file mode 100755 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 -- 2.39.2