Add exporting of functions needed for scripts.

This commit is contained in:
2026-03-28 13:44:40 -07:00
parent c09e5560e6
commit 9243bd5480

View File

@@ -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