]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_salome_env.sh
Salome HOME
[bos #29612] EDF 25161 - dump with comments
[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