Revision 8175
Added by Aaron Marcuse-Kubitza over 11 years ago
bin/fix_line_endings | ||
---|---|---|
1 |
#!/bin/bash |
|
2 |
# Standardizes \r\n line endings to \n |
|
3 |
# Usage: self <in >out |
|
4 |
|
|
5 |
tr -d $'\r' |
|
0 | 6 |
Also available in: Unified diff
Added bin/fix_line_endings to standardize \r\n line endings to \n