diff --git a/bash/ghostmirror.sh b/bash/ghostmirror.sh index c7bc168..ee64c37 100755 --- a/bash/ghostmirror.sh +++ b/bash/ghostmirror.sh @@ -1 +1 @@ -find $1/ -type d -exec mkdir -p $2/{} \; -o -type f -exec touch $2/{} \;; +find "$1"/ -type d -exec mkdir -p "$2"/{} \; -o -type f -exec touch "$2"/{} \;;