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