rudimentary java library beginning. cleaned up scripts quite
[feisty_meow.git] / scripts / files / find_bad_protection.sh
index 761362f2ac35f7a6fa1f2e3551fee9492be92ca4..df9eb11de4cd42c6124461c75c3bfb00aae36fcc 100644 (file)
@@ -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