X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Frecursive_renlower.sh;h=b4ea3c79c10e990df23aeafc4983f7022cf5cbf9;hb=1c1b07ac310120b80ad371ebb586e31d7b12127d;hp=c79d99308fb59702a47b110a7324957077458d27;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/files/recursive_renlower.sh b/scripts/files/recursive_renlower.sh index c79d9930..b4ea3c79 100644 --- a/scripts/files/recursive_renlower.sh +++ b/scripts/files/recursive_renlower.sh @@ -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/files/renlower.pl "{}" ';' done