Salome HOME
Merge branch 'V9_6_BR'
[tools/sat_salome.git] / products / compil_scripts / pyreadline.sh
1 #!/bin/bash
2
3 echo "##########################################################################"
4 echo "pyreadline" $VERSION
5 echo "##########################################################################"
6
7
8 mkdir -p $PRODUCT_INSTALL
9 echo "pyreadline is a Windows porting of readline, a native module of Unix python" > $PRODUCT_INSTALL/README
10
11 echo
12 echo "########## END"