We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce273ca commit caa9525Copy full SHA for caa9525
justfile
@@ -0,0 +1,2 @@
1
+dos2unix:
2
+ find . -type f -print0 | xargs -0 -n 1 -P 4 dos2unix
0 commit comments