Salome HOME
#1404 Random crash with Shaper: AIS presentations: operation prs, result sketch prs...
[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