Files
lnx-arch/dots/bin/chmodAllSh.sh

9 lines
177 B
Bash
Raw Normal View History

2024-08-26 15:43:55 -05:00
#!/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 {} \;