We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342828f commit b5eacfbCopy full SHA for b5eacfb
docker/convert_win2linux.sh
@@ -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