Commit in a looong time
This commit is contained in:
parent
a5a3ae373c
commit
1f62bb41a7
11 changed files with 241 additions and 10 deletions
5
scripts/remcrlf
Executable file
5
scripts/remcrlf
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Removes CRLF (^M or \r) from a file
|
||||
|
||||
sed -e "s/^M//" $1 -i
|
Loading…
Add table
Add a link
Reference in a new issue