From 3aa584cbf81090f4909724717619710f7a201ec0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 12:22:01 -0400 Subject: remove the obsolet .bootstrap.min.sh --- .bootstrap.min.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .bootstrap.min.sh diff --git a/.bootstrap.min.sh b/.bootstrap.min.sh deleted file mode 100644 index eed85b5..0000000 --- a/.bootstrap.min.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -files='.bashrc .bash_aliases .gitconfig .profile' -for file in $files; do - rm -f $file - wget http://gitorious.org/lukeshu-dotfiles/lukeshu-dotfiles/blobs/raw/master/$file; -done -- cgit v1.2.3-2-g168b