]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_salome_env.sh
Salome HOME
Providing Action class to have a common approach to start/finish/abort model transact...
[modules/shaper.git] / launcher_salome_env.sh
1 #!/bin/bash
2
3 source env.sh
4 source env_salome.sh
5
6 cd ${BUILD_DIR}
7
8 if [[ -n $@ ]]; then
9   $@
10 else
11   bash
12 fi