git bash批量修改文件格式

将.sh脚本全部改为unix的格式
find -name *.sh -exec dos2unix {} ;

posted @ 2023-11-15 10:04  jrjewljs  阅读(31)  评论(0)    收藏  举报