Salome HOME
Add COPYING license file
[tools/yacsgen.git] / Examples / exec.sh
1 #/bin/bash
2 # execute a command within SALOME environment 
3
4 com=$*
5 SCRIPT_DIR=`dirname $0`
6
7 SALOME_APPLI_PATH=/home/I35256/salome/base/appli_DEV_package
8 $SALOME_APPLI_PATH/salome shell -- bash $SCRIPT_DIR/salome_env_exec.sh $com
9 exit $?