Project

General

Profile

« Previous | Next » 

Revision 8175

Added bin/fix_line_endings to standardize \r\n line endings to \n

View differences:

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