Salome HOME
Revert "bos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position constru...
[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