]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/exec.sh
Salome HOME
0023227: [CEA 1718] Correction of the script hxx2salome.py in YACSGEN
[tools/yacsgen.git] / Examples / exec.sh
1 #/bin/bash
2 # execute a command within SALOME environment 
3
4 com=$*
5
6 # Modify to your SALOME installation
7 export SALOME_DIR=/local00/home/I35256/salome/install/V7_main_git
8
9 source $SALOME_DIR/salome_prerequisites.sh
10 source $SALOME_DIR/salome_modules.sh
11
12 echo execution: $com
13 $com
14