u
This commit is contained in:
@@ -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
0
dots/bin/obsolete/tp.sh.orig
Executable file → Normal file
Reference in New Issue
Block a user