mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find OpenSim -name \*\.cs | xargs perl -pi -e 's/\r//'
|
|
find OpenSim -name \*\.cs | xargs svn propset svn:eol-style native
|
|
|