Salome HOME
f99a8125fd4d4685680b315d2c4d2360adbb9e12
[modules/gui.git] / bin / runLightSalome.sh
1 #!/bin/bash -f
2
3 if [ -z "$SUITRoot" ] ; then          
4   export SUITRoot=${GUI_ROOT_DIR}/share/salome
5 fi
6 # this variable necessary for loading .ini or .xml file
7 if [ -z "$LightAppConfig" ] ; then
8   export LightAppConfig=${GUI_ROOT_DIR}/share/salome/resources
9 fi
10 if [ -z "$LightAppResources" ] ; then
11   export LightAppResources=${GUI_ROOT_DIR}/share/salome/resources
12 fi
13
14 SUITApp LightApp -style salome $* &