From c09e5560e65074ea42830e16247990904a5b4970 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 13:37:50 -0700 Subject: [PATCH] Change clone to use all-params ($@). --- rc_shared.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index ad7fb38..2f79799 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -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