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 send-master { send_master.sh; }
|
||||||
function goodbye { update -y; bye; }
|
function goodbye { update -y; bye; }
|
||||||
function clone {
|
function clone { rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@; }
|
||||||
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $1 $2 $3 $4 $5
|
|
||||||
}
|
|
||||||
|
|
||||||
# Enhance Bin Scripts
|
# Enhance Bin Scripts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user