X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Ffind_bad_protection.sh;h=b9add8fc1ba49bd2b591cd7c18a6156e748cddae;hb=2526778e1909c3098391bf35e17f50a183db8e53;hp=df9eb11de4cd42c6124461c75c3bfb00aae36fcc;hpb=57720a354df2bd1f08752fefd06b989e8a7b1b0d;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