X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=svnfix;fp=svnfix;h=c063b9b8702884c5a71285f8c3d9b67d5b9c96e6;hb=1c06d0fb15bcf6c3e11a13d8f62e795a55fe0515;hp=0000000000000000000000000000000000000000;hpb=7be10d24b200a2b83669c132f25badf75e2fd8fb;p=bin.git 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