Compare commits

...

6 Commits

Author SHA1 Message Date
d315ec66e8 Pull the trigger 2025-06-25 00:58:38 -04:00
7abf811b44 If you can't beat em, join em 2025-06-25 00:54:36 -04:00
9338396aba Notepad++ 2025-06-25 00:53:30 -04:00
5ad24f97b5 sanity? 2025-06-25 00:51:22 -04:00
5089fb65e8 Add line ending attributes 2025-06-25 00:49:57 -04:00
57bcb5492c Normalize line endings 2025-06-25 00:49:41 -04:00
2 changed files with 2 additions and 17 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
text=lf
text eol=lf

View File

@ -85,23 +85,6 @@ ping 127.0.0.1 -n 20
)
cls
:: Check LF line ending
pushd "%~dp0"
>nul findstr /v "$" "%~nx0" && (
echo:
echo Error - Script either has LF line ending issue or an empty line at the end of the script is missing.
echo:
echo:
echo Check this webpage for help - %mas%troubleshoot
echo:
echo:
ping 127.0.0.1 -n 20 >nul
popd
exit /b
)
popd
::========================================================================================================================================
cls