lmahmutov / SGW-Homeassistant

Home Assistant on Openwrt, can be compiled as package and integrated to image
MIT License
16 stars 9 forks source link

treewide: remove carriage return character #33

Closed lucize closed 2 years ago

lucize commented 2 years ago

used:

find . -type f | xargs -Ix sed -i.bak -r 's/\r//g' x
find . -type f -name '*.bak' | xargs -Ix rm x

Signed-off-by: Lucian Cristian lucian.cristian@gmail.com