批量修改文件属性 - housekeeper-software/tech GitHub Wiki

find /directory/of/interest/ -type f -iname "*.sh" -exec chmod +x {} \;