]> SALOME platform Git repositories - modules/shaper.git/blob - fixDOSfiles.sh
Salome HOME
Make unit-tests produce an error if the function for test of naming gets feature...
[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