sleepdeep/llm-deploy
0
1@echo off2 3cd /D "%~dp0"4 5set PATH=%PATH%;%SystemRoot%\system326 7@rem sed -i 's/\x0D$//' ./wsl.sh converts newlines to unix format in the wsl script8call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh cmd"9 10:end11pause12 