+ chmodAllSh.sh

This commit is contained in:
committer@tuxwarrior
2024-08-26 15:43:55 -05:00
parent a2e6614e98
commit 50431ece4c

8
dots/bin/chmodAllSh.sh Normal file
View File

@@ -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 {} \;