@echo off
REM Aider Launch Script
REM Usage: Copy this file to any project folder, then run it

echo Starting Aider...
echo.
echo Type /help for commands, /quit to exit
echo.
aider
pause
