Remove LF validator

This commit is contained in:
2025-06-25 00:32:50 -04:00
parent ea2c27c19a
commit 3e3f64199d

View File

@ -65,25 +65,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 https://discord.gg/zira
echo:
echo:
ping 127.0.0.1 -n 20 >nul
popd
exit /b
)
popd
::========================================================================================================================================
cls
color 07
title Wimdows %wimdowsver%