Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit df8f7f3101 - Show all commits
+3
View File
@@ -29,6 +29,7 @@ BOLD=`tput bold`
# Related specifically to this project.
function update-shared {
echo "Reloading the '~/.rc_shared' file from env-shared."
branch="$1"
if [[ -z "$branch" ]]; then
branch="dev"
@@ -42,6 +43,8 @@ function update-shared {
mv -v $dir/rc_shared.sh ~/.rc_shared
mv -v $dir ~/TRASH/"$dir-`date "+%Y%m%d-%H%M%S"`"
echo "Complete! Please note this does NOT update bin files."
}
alias shared-update="update-shared"
alias reload-shared="update-shared"