generated from me/template-mit
Add exporting of functions needed for scripts.
This commit is contained in:
@@ -65,7 +65,11 @@ 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' $@; }
|
||||
|
||||
function clone {
|
||||
rsync -auPhz --delete --exclude '.gradle' --exclude 'app/build' $@
|
||||
}
|
||||
export -f clone
|
||||
|
||||
# Enhance Bin Scripts
|
||||
|
||||
@@ -77,6 +81,7 @@ function send-masters {
|
||||
cd ..
|
||||
done
|
||||
}
|
||||
export -f send-masters
|
||||
|
||||
# Audio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user