Commit in a looong time

This commit is contained in:
Geoffrey Frogeye 2017-06-14 08:06:40 +02:00
parent a5a3ae373c
commit 1f62bb41a7
11 changed files with 241 additions and 10 deletions

5
scripts/remcrlf Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Removes CRLF (^M or \r) from a file
sed -e "s/^M//" $1 -i