Made script indepentend from framework

This commit is contained in:
Kevin Veen-Birkenbach 2021-12-08 12:43:34 +01:00
parent ae7f1499ad
commit bcc5d6f301
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
# @author Kevin Veen-Birkenbach
# shellcheck source=/dev/null # Deactivate SC1090
source "$(dirname "$(readlink -f "${0}")")/../../base.sh" || (echo "Loading base.sh failed." && exit 1)
info "Searching for files which are in \"$HOME\" but don't belong to user \"$USER\"..."
echo "Searching for files which are in \"$HOME\" but don't belong to user \"$USER\"..."
sudo find "$HOME" ! -user "$USER"