Add a linux installer
This commit is contained in:
3
linux/bin/dos2unix-recursive
Normal file
3
linux/bin/dos2unix-recursive
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find . -type f -print0 | xargs -0 dos2unix -f *.txt *.vim
|
||||
Reference in New Issue
Block a user