Files
lnx-arch/dots/bin/chmodAllSh.sh
committer@tuxwarrior 50431ece4c + chmodAllSh.sh
2024-08-26 15:43:55 -05:00

9 lines
177 B
Bash

#!/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 {} \;