X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;fp=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=496786a71dcb6fbf6201068f93b6be4b34a591c8;hp=82eb5a7fcbd466739e001ca166258d2366fc7632;hb=a089b6ec67065c080a3e582cb69468cf2be8b8b6;hpb=29fb56bd4baaa451e2dc75c6fc0469363d95f259 diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 82eb5a7f..496786a7 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -18,6 +18,15 @@ ############## +ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && /bin/pwd )" +CORE_SCRIPTS_DIR="$(echo "$ORIGINATING_FOLDER" | tr '\\\\' '/' )" +THIS_TOOL_NAME="$(basename "$0")" +# repair some paths that we should always be able to auto-calculate. +export FEISTY_MEOW_SCRIPTS="$( \cd "$CORE_SCRIPTS_DIR/.." && /bin/pwd )" +export FEISTY_MEOW_APEX="$( \cd "$FEISTY_MEOW_SCRIPTS/.." && /bin/pwd )" + +############## + # some preconditions we want to establish before loading anything... # make sure that aliases can be used in non-interactive shells.