lollms-webui/scripts/wsl/lollms_petals_runner.bat

7 lines
115 B
Batchfile
Raw Normal View History

2023-09-21 00:09:24 +00:00
@echo off
:: Execute the .sh script
wsl.exe -d Ubuntu-20.04 ./run_script.sh
echo Script execution complete!
pause