Move one-click-installers into the repository
This commit is contained in:
parent
05c4a4f83c
commit
b04b3957f9
15 changed files with 745 additions and 0 deletions
11
cmd_wsl.bat
Executable file
11
cmd_wsl.bat
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue