Salome HOME
#1186 misprint “Origin/PointCoordindates”. The correction: using 'title' or 'label...
[modules/shaper.git] / launcher_env.sh
1 #!/bin/bash
2
3 source env.sh
4 source env_standalone.sh
5
6 export PATH=${INSTALL_DIR}/bin:${PATH}
7
8 cd ${BUILD_DIR}
9
10 if [[ -n $@ ]]; then
11   $@
12 else
13   bash
14 fi