text-chat-ui / cmd_wsl.bat
minhxthanh's picture
Upload 340 files
71e47a3
raw
history blame
No virus
234 Bytes
@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