diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 12:22:01 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-14 12:22:01 -0400 |
commit | 3aa584cbf81090f4909724717619710f7a201ec0 (patch) | |
tree | a806e1f6e5a9e1fb8e037a3f1ef28251ea368b42 | |
parent | 6c53ad8a370548f246cf6c7c19d67211d159d479 (diff) |
remove the obsolet .bootstrap.min.sh
-rw-r--r-- | .bootstrap.min.sh | 7 |
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 |