]> SALOME platform Git repositories - modules/shaper.git/blob - launcher_env.sh
Salome HOME
Revert "Tuleap24729. Full porting in SSL of BearingSeparator;Test20456;Test3061;Test3...
[modules/shaper.git] / launcher_env.sh
1 #!/bin/bash
2
3 source env.sh
4
5 export PATH=${SHAPER_ROOT_DIR}/bin:${PATH}
6
7 cd ${BUILD_DIR}
8
9 if [[ -n $@ ]]; then
10   $@
11 else
12   bash
13 fi