find all scripts and make it executable
find
/directory/of/interest/ -type f -iname
"*.sh"
-exec chmod +x {}
\;
Содержание