]> SALOME platform Git repositories - modules/shaper.git/blob - vnc.sh
Salome HOME
fafc049effcbc38f5655270d0a88423be3f81967
[modules/shaper.git] / vnc.sh
1 #!/bin/bash -e
2
3 if [ -z ${DISPLAY_PORT} ]; then
4   export DISPLAY_PORT=99
5 fi
6
7 echo "DISPLAY is :${DISPLAY_PORT}"
8
9 export PATH=/dn23/NEWGEOM/NEWGEOM_JENKINS_BUILD_AREA/tools:/opt/TurboVNC/bin:${PATH}
10 ./vnc-run --server-num ${DISPLAY_PORT} vglrun "$@"