]> SALOME platform Git repositories - modules/shaper.git/blob - fixDOSfiles.sh
Salome HOME
Issue #2157: Create fillet : special behavior with origin
[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