This commit is contained in:
fro
2025-06-16 20:12:18 -05:00
parent d67413a0d3
commit 82f428037f
4 changed files with 17 additions and 11 deletions

View File

@@ -5,4 +5,8 @@
this_file_name=`basename "$0"`
echo "$this_file_name"
find /home/${USER}/syncDir/gitRepos/ -type f -iname "*.sh" -exec chmod +x {} \;
git_dir=/home/${USER}/syncDir/gitRepos/
find ${git_dir} -type f -iname "*.sh" -exec chmod 755 {} \;
echo "done chmod-ing in '${git_dir}'"

0
dots/bin/obsolete/tp.sh.orig Executable file → Normal file
View File