TrshPuppy / vagrant-home-lab

A repo where I mess around and learn vagrant so "virtual machines shall spring forth from my computer and populate the cloud" 1SRE 1:1
6 stars 0 forks source link

fix line endings w/ sed. #11

Closed TrshPuppy closed 1 year ago

TrshPuppy commented 1 year ago

Can't tell in diff but line endings fixed from CRLF to LF using sed -i 's/\r$//' file.sh