Show a message when loading the provided shell environment

BodgeMaster-unfinished
BodgeMaster 2022-06-27 11:47:36 +02:00
parent 9ed38acfd1
commit 62dd17b73f
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# version 3 along with this program.
# If not, see https://www.gnu.org/licenses/agpl-3.0.en.html
echo -n "Loading shell environment for FOSS-VG development... "
PROJECT_BASE_DIR="$( cd -- "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 ; pwd -P )"
alias clean="pushd \"$PROJECT_BASE_DIR\" >/dev/null 2>&1; scripts/clean.sh; popd >/dev/null 2>&1"
@ -33,3 +35,5 @@ else
fi
unset PROJECT_BASE_DIR
echo "done."