⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (87 Bytes)
Statistics
| Revision:
root
/
bin
/
fix_line_endings
@ 11390
View
History
Annotate
1
8175
aaronmk
#!/bin/bash
2
# Standardizes \r\n line endings to \n
3
# Usage: self <in >out
4
5
tr
-d
$'
\r
'
Loading...