new fortune. added subdirectories from local games directory to path so that
[feisty_meow.git] / scripts / files / recursive_renlower.sh
index c79d99308fb59702a47b110a7324957077458d27..4d3f68deab81778fbde5c3e3c360838db7ec6a88 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #need to support multiple names.
 for i; do
-#old  find "$1" -type d -depth -print -exec perl $SHELLDIR/renlower.pl {}/* ';'
-  find "$i" -depth -exec perl $SHELLDIR/renlower.pl "{}" ';'
+#old  find "$1" -type d -depth -print -exec perl $FEISTY_MEOW_SCRIPTS/renlower.pl {}/* ';'
+  find "$i" -depth -exec perl $FEISTY_MEOW_SCRIPTS/renlower.pl "{}" ';'
 done