]> SALOME platform Git repositories - modules/shaper.git/blob - fixDOSfiles.sh
Salome HOME
Issues #2850, #2860: Change type of angle while Python Dump, because the configuratio...
[modules/shaper.git] / fixDOSfiles.sh
1 #!/bin/bash
2
3 find src -type f -name "*.cpp" | xargs dos2unix $1 >/dev/null
4 find src -type f -name "*.h" | xargs dos2unix $1 >/dev/null
5 find src -type f -name "*.py" | xargs dos2unix $1 >/dev/null