pekko/scripts/dos_to_unix.sh
2009-02-16 13:53:10 +01:00

2 lines
52 B
Bash
Executable file

#!/bin/sh
find . -name *.scala -exec dos2unix {} \;