diff --git a/dots/bin/chmodAllSh.sh b/dots/bin/chmodAllSh.sh new file mode 100644 index 0000000..9deea5a --- /dev/null +++ b/dots/bin/chmodAllSh.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# klevstul :: 24.08 + +this_file_name=`basename "$0"` +echo "$this_file_name" + +find /home/${USER}/syncDir/gitRepos/ -type f -iname "*.sh" -exec chmod +x {} \;