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