mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +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 |