forestcalled/text-generation-webui
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 script calling wsl.sh with 'update' will run updater8call wsl -e bash -lic "sed -i 's/\x0D$//' ./wsl.sh; source ./wsl.sh update"9 10:end11pause12 