Skip to content

Commit b5eacfb

Browse files
committed
Added script to convert to Unix line endings (LF)
1 parent 342828f commit b5eacfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/convert_win2linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#/bin/bash
2+
# Converts scripts to Unix line endings (LF)
3+
# Use this when building / using the Docker container on WSL / Linux
4+
find . -type f -print0 | xargs -0 dos2unix

0 commit comments

Comments
 (0)