diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ for i in "${ary[@]:1:${#ary[@]}}"; do ignore+=" -or -name $i" done +# shellcheck disable=SC2086 +# shellcheck disable=SC2044 for file in $(find "$(pwd)" -mindepth 1 -maxdepth 1 ! \( $ignore \)); do # The -F and -f flags of ln suck. Let's rm all the way. rm -rf "${HOME:?}/$(basename $file)" |
