CommentStreams:D477d4e3c99c1db004219c2abe6b60fa
ank you for your feedback.
We actually discovered and fixed this issue a long time ago. You can directly download the latest repository code from https://github.com/geekworm-com/xscript. After extracting the files, you can check the
.sh files to see if there are any 0x0D (\r) characters.If the scripts you downloaded still contain
0x0D characters, it is highly likely related to your local Git configuration. Specifically, if your Git is set to core.autocrlf=true (which is the default on Windows), Git will automatically convert Unix line endings (LF) to Windows line endings (CRLF, 0x0D 0x0A) when checking out the files. This extra 0x0D