Salome HOME
Issue #2613: Use Yellow color for highlighted object
[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