dotfiles/linux/bin/dos2unix-recursive
2020-08-10 23:04:12 -04:00

4 lines
79 B
Bash

#!/usr/bin/env bash
find . -type f -print0 | xargs -0 dos2unix -f *.txt *.vim