add an install script that can run without input or output

This commit is contained in:
Bert Pattyn
2012-11-05 21:15:41 +01:00
parent d53f341059
commit 341b993356
2 changed files with 64 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ commonFiles=();
for sourceFile in .*; do
# Exclude some files.
if [[ "$sourceFile" == "dotfiles-002.png" || "$sourceFile" == "dotfiles-001.png" || "$sourceFile" == "install.sh" ]] || [[ "$sourceFile" == "README.md" ]] || [[ "$sourceFile" == "." ]] || [[ "$sourceFile" == ".." ]] || [[ "$sourceFile" == ".git" ]]; then
if [[ "$sourceFile" == "install_unattended.sh" || "$sourceFile" == "install.sh" ]] || [[ "$sourceFile" == "README.md" ]] || [[ "$sourceFile" == "." ]] || [[ "$sourceFile" == ".." ]] || [[ "$sourceFile" == ".git" ]]; then
continue;
fi;