Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[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