ollama-app/scripts/install.bat

12 lines
90 B
Batchfile

@echo OFF
cd /D "%~dp0"
cd ..
cls
call flutter install
echo.
echo ----------
pause
exit