Add comments to script.

This commit is contained in:
2026-03-23 12:25:55 -07:00
parent 3f4d3363af
commit bbf7bd5606

View File

@@ -3,10 +3,22 @@
echo "Shared RC Config - Loading..."
## Variables ##
# Environment Usability
export PATH="$PATH:~/bin-shared:~/.bin-shared"
## Aliases ##
# Bin Scripts
alias send-master="send_master.sh"
## Functions ##
# Related specifically to this project.
function update-shared {
branch="$1"
if [[ -z "$branch" ]]; then
@@ -27,4 +39,13 @@ alias shared-update="update-shared"
alias reload-shared="update-shared"
alias shared-reload="update-shared"
# Shortcuts
# Audio
# Video
## Complete! ##
echo "Shared RC Config - Complete!"