lollms-webui/scripts/wsl/lollms_petals_runner.bat
2023-09-21 02:09:24 +02:00

7 lines
115 B
Batchfile

@echo off
:: Execute the .sh script
wsl.exe -d Ubuntu-20.04 ./run_script.sh
echo Script execution complete!
pause