# Linux Workspace bashrc boostrap WORKSPACE_BASHRC=$(realpath $BASH_SOURCE) export WORKSPACE=$(dirname $WORKSPACE_BASHRC) export LWS=$WORKSPACE echo "Linux Workspace initialization $WORKSPACE_BASHRC" for rc_file in $WORKSPACE/rc/*; do source $rc_file done PATH=$($WORKSPACE/bin/path-uniq.py $WORKSPACE/bin $WORKSPACE/opt/bin)