From 50431ece4c41703d951df4e321c089f07030c5b1 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 26 Aug 2024 15:43:55 -0500 Subject: [PATCH] + chmodAllSh.sh --- dots/bin/chmodAllSh.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dots/bin/chmodAllSh.sh diff --git a/dots/bin/chmodAllSh.sh b/dots/bin/chmodAllSh.sh new file mode 100644 index 0000000..9deea5a --- /dev/null +++ b/dots/bin/chmodAllSh.sh @@ -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 {} \;