Update lock script, moved scripts to .scripts folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user