Salome HOME
initial commit : transfert of salome configuration files from internal git base
[tools/sat_salome.git] / products / compil_scripts / ParaViewData.sh
1 #!/bin/bash
2
3 echo "##########################################################################"
4 echo "ParaViewData" $VERSION
5 echo "##########################################################################"
6
7
8
9 mkdir -p $PRODUCT_INSTALL
10 cp -a $SOURCE_DIR/* $PRODUCT_INSTALL
11
12 echo
13 echo "########## END"
14