lollms-webui/scripts/wsl/petals_server.bat
2023-09-21 03:39:25 +02:00

7 lines
118 B
Batchfile

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