X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=db6d99096f93b0a1110dceb2f2d9f3ae58f1d558;hb=d4e4de4eca76bdb1a37e949ed80471615dc5fba3;hp=4ace5d80f3cbfad44ae81041fccfeafca20bda86;hpb=e882e7e4aa39c3b46696172d515af5e4c6a9d455;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 4ace5d80..db6d9909 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -453,6 +453,7 @@ if [ -z "$skip_all" ]; then 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 @@ -929,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()