mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
![]() # Aider chat conversation: USER: add shebang ASSISTANT: Here is the updated `scripts/blame.py` with the added shebang: scripts/blame.py ```python <<<<<<< SEARCH import subprocess ======= #!/usr/bin/env python3 import subprocess >>>>>>> REPLACE ``` |
||
---|---|---|
.. | ||
blame.py | ||
Dockerfile.jekyll | ||
jekyll_build.sh | ||
jekyll_run.sh | ||
versionbump.py |