dotfiles/linux/bin/dos2unix-recursive

4 lines
79 B
Plaintext
Raw Normal View History

2020-08-09 19:25:35 +00:00
#!/usr/bin/env bash
find . -type f -print0 | xargs -0 dos2unix -f *.txt *.vim