Seedmanc / Booru-mass-uploader

This userscript allows you to mass-upload images to imageboard sites running *booru engines.
MIT License
34 stars 12 forks source link

Improper line endings in .sh error log #16

Closed TooDumbForAName closed 7 years ago

TooDumbForAName commented 7 years ago

The ."sh error log" that is generated when run on non-Windows platforms contains Windows-style line endings (\r\n) rather than Unix-style (\n). This script will not be able to be run until it is converted, either with dos2unix or manually in a text editor.

Seedmanc commented 7 years ago

Thanks for reporting, that should fix it. You might need to clear the cache to get the change though.