generated from me/template-mit
Change clone to use all-params ($@).
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user