new fortune, plus site avenger mods
[feisty_meow.git] / scripts / core / functions.sh
index 4ace5d80f3cbfad44ae81041fccfeafca20bda86..644ce8a0c575cab98eda33e6230e38fd16b8127e 100644 (file)
@@ -929,6 +929,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()