5 lines
44 B
Text
5 lines
44 B
Text
|
#!/bin/sh
|
||
|
|
||
|
. ~/venv/bin/activate
|
||
|
aider "$@"
|