]> SALOME platform Git repositories - samples/hello.git/blob - bin/runAppli.in
Salome HOME
CCAR: It seems that the tagged version (V2_1_0) does not work.
[samples/hello.git] / bin / runAppli.in
1 #!/bin/sh
2
3 export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@
4 export PYHELLO_ROOT_DIR=@prefix@
5
6 python -i $PYHELLO_ROOT_DIR/bin/salome/runSalome.py --modules=PYHELLO --xterm --containers=cpp,python --killall
7
8