#!/bin/sh [ -x /usr/bin/svn ] || exit 4 [ -x /usr/bin/git ] || exit 5 mkdir -p tmp/old || exit 3 mv -v `svn ls http://al.id.au/svn/tools/userconfig/standard_dotfiles` tmp/old if [ -f .bash_profile ] ; then mv -v .bash_profile tmp/old ; fi svn co http://al.id.au/svn/tools/userconfig/standard_dotfiles . # create a bin directory and pre-fill it git clone https://github.com/unixnut/scripts bin svn export --force http://al.id.au/svn/tools/userconfig/standard_scripts bin ## mkdir -p bin if [ ! -f .mail_aliases ] ; then touch .mail_aliases ; fi