dos2unixAll.sh 83 B

123
  1. #!/bin/bash
  2. ROOT=$(cd `dirname $0`/; pwd)
  3. find $ROOT -name "*.sh" | xargs dos2unix