find ./ -type f | xargs sed -i 's/\r$//'
find ./ -name "*.sh" | xargs chmod +x
find ./ -type f | xargs dos2unix