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 c09e5560e6 - Show all commits
+1 -3
View File
@@ -65,9 +65,7 @@ alias shared-reload="update-shared"
function send-master { send_master.sh; }
function goodbye { update -y; bye; }
function clone {
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $1 $2 $3 $4 $5
}
function clone { rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@; }
# Enhance Bin Scripts