+ chmodAllSh.sh
This commit is contained in:
8
dots/bin/chmodAllSh.sh
Normal file
8
dots/bin/chmodAllSh.sh
Normal 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 {} \;
|
||||
Reference in New Issue
Block a user