Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit ef097e973e - Show all commits
+2 -2
View File
@@ -85,9 +85,9 @@ function today { date "+%Y%m%d"; }
# Enhance Bin Scripts #
function send-masters {
echo -e "`date` - Looping through MASTER directories.\n"
echo -e "`date` - Looping through MASTER directories."
ls | grep '\-MASTER' | while read dir; do
echo -e "`date` - Found '$dir'..."
echo -e "\n`date` - Found '$dir'..."
cd $dir
send-master
cd ..