X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=db6d99096f93b0a1110dceb2f2d9f3ae58f1d558;hb=d4e4de4eca76bdb1a37e949ed80471615dc5fba3;hp=dc01d786208a4b7e952e5252254fa4c1d2438cf2;hpb=c3859c54f45adfb296858249c26a9d1b09c94112;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index dc01d786..db6d9909 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -452,6 +452,8 @@ if [ -z "$skip_all" ]; then unalias CORE_ALIASES_LOADED &>/dev/null unset -f function_sentinel # reload feisty meow environment in current shell. + echo "reloading the feisty meow scripts." + echo source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" # run nechung oracle to give user a new fortune. nechung @@ -928,6 +930,16 @@ return 0 ############## + # site avenger aliases + function switchto() + { + WORKDIR="$FEISTY_MEOW_SCRIPTS/site_avenger" + source "$FEISTY_MEOW_SCRIPTS/site_avenger/shared_site_mgr.sh" + switch_to "$1" + } + + ############## + # NOTE: no more function definitions are allowed after this point. function function_sentinel()