X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Ffind_bad_protection.sh;h=b9add8fc1ba49bd2b591cd7c18a6156e748cddae;hb=068a293d75c9b3bfe11489d062a7d20a6be9ddaa;hp=df9eb11de4cd42c6124461c75c3bfb00aae36fcc;hpb=11e25956510fbe953a9ceeaddbaebd80334abf43;p=feisty_meow.git diff --git a/scripts/files/find_bad_protection.sh b/scripts/files/find_bad_protection.sh index df9eb11d..b9add8fc 100644 --- a/scripts/files/find_bad_protection.sh +++ b/scripts/files/find_bad_protection.sh @@ -1,5 +1,7 @@ #!/bin/bash +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" + bad_file="$HOME/bad_protections.txt" if [ $# = 0 ]; then dirname=$HOME; export dirname; else dirname=$1; export dirname; fi