lollms-webui/scripts/wsl/petals_server.bat

7 lines
118 B
Batchfile
Raw Normal View History

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