]> SALOME platform Git repositories - modules/shaper.git/blob - fixDOSfiles.sh
Salome HOME
Revert "Tuleap24729. Full porting in SSL of BearingSeparator;Test20456;Test3061;Test3...
[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