X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ffiles%2Ffind_bad_protection.sh;h=df9eb11de4cd42c6124461c75c3bfb00aae36fcc;hb=57720a354df2bd1f08752fefd06b989e8a7b1b0d;hp=761362f2ac35f7a6fa1f2e3551fee9492be92ca4;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/scripts/files/find_bad_protection.sh b/scripts/files/find_bad_protection.sh index 761362f2..df9eb11d 100644 --- a/scripts/files/find_bad_protection.sh +++ b/scripts/files/find_bad_protection.sh @@ -1,7 +1,5 @@ #!/bin/bash -source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh - bad_file="$HOME/bad_protections.txt" if [ $# = 0 ]; then dirname=$HOME; export dirname; else dirname=$1; export dirname; fi