mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
7 lines
118 B
Batchfile
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
|