Salome HOME
Merge commit '4a800cf754a8ba8485f5320ca1b4b6f308b622a7'
[modules/shaper.git] / launcher_salome_env.sh
1 #!/bin/bash
2
3 source env.sh
4
5 cd ${BUILD_DIR}
6
7 if [[ -n $@ ]]; then
8   $@
9 else
10   bash
11 fi