Convert \r\n to \n; don't depend on unix2dos

This commit is contained in:
Tommy Nguyen 2018-08-20 09:16:35 -04:00
parent 5dd049eb82
commit 45fea83771
No known key found for this signature in database
GPG key ID: DB7FA8161647D196
3 changed files with 9 additions and 6 deletions

View file

@ -4,12 +4,10 @@ set -ex; rm -rf repo; mkdir repo; cd repo
git init
cat <<EOT >> windowslf.txt
asdf
asdf
asdf
asdf
EOT
unix2dos windowslf.txt
cat <<EOT >> linuxlf.txt
asdf
asdf