Salome HOME
16c6caf0af1744bfd4042a7291578f8b1e1ad9c2
[modules/shaper.git] / salome_run.sh
1 #!/bin/bash -x
2
3 export SALOME_PORT=2820
4
5 source env.sh
6 source env_salome.sh
7
8 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}
9 ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py --port ${SALOME_PORT}
10 sleep 5
11 ${KERNEL_ROOT_DIR}/bin/salome/killSalomeWithPort.py ${SALOME_PORT}