@@ -1,6 +1,12 @@
# source me to enable tools
case $OSTYPE in
darwin*)
TOOLSPATH=$( realpath $( dirname "$BASH_SOURCE" ) )
;;
*)
TOOLSPATH=$( readlink -f $( dirname "$BASH_SOURCE" ) )
esac
PATH=$PATH:"$TOOLSPATH"/bin
[[ "$1" = "-f" ]] && PATH="$TOOLSPATH"/bin:$PATH
The note is not visible to the blocked user.