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 9243bd5480 - Show all commits
+6 -1
View File
@@ -65,7 +65,11 @@ alias shared-reload="update-shared"
function send-master { send_master.sh; } function send-master { send_master.sh; }
function goodbye { update -y; bye; } function goodbye { update -y; bye; }
function clone { rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@; }
function clone {
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@
}
export -f clone
# Enhance Bin Scripts # Enhance Bin Scripts
@@ -77,6 +81,7 @@ function send-masters {
cd .. cd ..
done done
} }
export -f send-masters
# Audio # Audio