⚲
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
/
trunk
/
bin
/
fix_line_endings
@ 12623
View
History
Annotate
1
#!/bin/bash
2
# Standardizes \r\n line endings to \n
3
# Usage: self <in >out
4
5
tr
-d
$'
\r
'
« Previous
1
…
28
29
30
31
32
…
86
Next »
(30-30/86)
Loading...