summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 12:22:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-14 12:22:01 -0400
commit3aa584cbf81090f4909724717619710f7a201ec0 (patch)
treea806e1f6e5a9e1fb8e037a3f1ef28251ea368b42
parent6c53ad8a370548f246cf6c7c19d67211d159d479 (diff)
remove the obsolet .bootstrap.min.sh
-rw-r--r--.bootstrap.min.sh7
1 files changed, 0 insertions, 7 deletions
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