ollama-app/scripts/install.bat

11 lines
84 B
Batchfile

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