]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/fort2/prog1.sh
Salome HOME
Merge branch 'V9_13_BR'
[tools/yacsgen.git] / Examples / fort2 / prog1.sh
1 #!/bin/bash
2
3 script_path=$(dirname $(readlink -f $0))
4 $script_path/prog1
5
6 echo "End of shell"
7