Skip to content

Commit caa9525

Browse files
committed
Add a justfile to convert dos2unix.
1 parent ce273ca commit caa9525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dos2unix:
2+
find . -type f -print0 | xargs -0 -n 1 -P 4 dos2unix

0 commit comments

Comments
 (0)