Change clone to use all-params ($@).

This commit is contained in:
2026-03-28 13:37:50 -07:00
parent 90a94ec648
commit c09e5560e6

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