raw snippets in dos format
Created by: port22
snippets downloaded via curl/wget etc are saved in dos format, which is a problem when you want to execute the snippet as a bash script for example:
bash: ./script.sh: /bin/bash^M: bad interpreter: No such file or directory
Is there any way within gitlab to change/configure that? The later use of dos2unix is not really applicable when use automatic scripting and multiple scripts.
github gists will be downloaded correctly in unix format, btw.