diff --git a/restore.sh b/restore.sh index 2dbab4a..b2f1c4f 100644 --- a/restore.sh +++ b/restore.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash + +# shellcheck disable=2034,2059,2164 +true + usern=$(whoami) path=$(pwd) echo $path