Recursive chmod all *.sh files within the current directory
This is when the dadgum hosting provider migrates your site without fixing the executables.
find ./ -name “*.pl” -exec chmod +x {} \;
Recursive chmod all *.sh files within the current directory