Salome HOME
Issue 1347: correction to fit all in the viewer the first visualized group result...
[modules/shaper.git] / linux_run.sh
index b67ae15e052e820ec5c5fcd29b63ceaf5159d40d..aad0cde3e4ce2df46d450b10b390dc5519fc5aa8 100755 (executable)
@@ -1,11 +1,10 @@
 #!/bin/bash
 
-# Find absolute path to ROOT_DIR
-export ROOT_DIR=$(pwd)/..
-export ROOT_DIR=`cd "${ROOT_DIR}";pwd`
+source env.sh
+source ${TOOLS_DIR}/env_standalone.sh
 
-SRC_DIR=${ROOT_DIR}/sources
+${TOOLS_DIR}/solver.sh "$@"
 
-source ${SRC_DIR}/linux_env.sh
+APP=${SHAPER_ROOT_DIR}/bin/GeomApp
 
-${ROOT_DIR}/install/bin/GeomApp
+${APP}