Update lock script, moved scripts to .scripts folder

This commit is contained in:
Riyyi
2017-12-29 18:04:04 +01:00
parent 4a0a147435
commit 3074fdaba4
6 changed files with 31 additions and 12 deletions
-1
View File
@@ -6,7 +6,6 @@ if [ "$(dirname $0)" != "." ]; then
fi
FILES=$(find . \( -path ./.git -o \
-path ./scripts -o \
-path ./dotfiles.sh \) -prune -o -type f -print)
if [ "$1" == "help" ] || [ "$1" == "" ]; then