#!/usr/bin/env bash for f in $(find ./ -name '*.sh') do chmod a+x "$f" ls -lh "$f" done