generated from me/template-mit
Add comments to script.
This commit is contained in:
21
rc_shared.sh
21
rc_shared.sh
@@ -3,10 +3,22 @@
|
|||||||
|
|
||||||
echo "Shared RC Config - Loading..."
|
echo "Shared RC Config - Loading..."
|
||||||
|
|
||||||
|
|
||||||
|
## Variables ##
|
||||||
|
|
||||||
|
# Environment Usability
|
||||||
export PATH="$PATH:~/bin-shared:~/.bin-shared"
|
export PATH="$PATH:~/bin-shared:~/.bin-shared"
|
||||||
|
|
||||||
|
|
||||||
|
## Aliases ##
|
||||||
|
|
||||||
|
# Bin Scripts
|
||||||
alias send-master="send_master.sh"
|
alias send-master="send_master.sh"
|
||||||
|
|
||||||
|
|
||||||
|
## Functions ##
|
||||||
|
|
||||||
|
# Related specifically to this project.
|
||||||
function update-shared {
|
function update-shared {
|
||||||
branch="$1"
|
branch="$1"
|
||||||
if [[ -z "$branch" ]]; then
|
if [[ -z "$branch" ]]; then
|
||||||
@@ -27,4 +39,13 @@ alias shared-update="update-shared"
|
|||||||
alias reload-shared="update-shared"
|
alias reload-shared="update-shared"
|
||||||
alias shared-reload="update-shared"
|
alias shared-reload="update-shared"
|
||||||
|
|
||||||
|
# Shortcuts
|
||||||
|
|
||||||
|
# Audio
|
||||||
|
|
||||||
|
# Video
|
||||||
|
|
||||||
|
|
||||||
|
## Complete! ##
|
||||||
|
|
||||||
echo "Shared RC Config - Complete!"
|
echo "Shared RC Config - Complete!"
|
||||||
|
|||||||
Reference in New Issue
Block a user