Optimized analyziation

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2020-05-20 12:13:39 +02:00
parent 7f629205ef
commit 76f1a35a46
9 changed files with 113 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
#!/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\"..."
sudo find "$HOME" ! -user "$USER"