Move one-click-installers into the repository

This commit is contained in:
oobabooga 2023-09-21 15:35:53 -07:00
parent 05c4a4f83c
commit b04b3957f9
15 changed files with 745 additions and 0 deletions

11
cmd_wsl.bat Executable file
View file

@ -0,0 +1,11 @@
@echo off
cd /D "%~dp0"
set PATH=%PATH%;%SystemRoot%\system32
@rem sed -i 's/\x0D$//' ./wsl.sh converts newlines to unix format in the wsl script
call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh cmd"
:end
pause