mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
6 lines
122 B
Bash
Executable file
6 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# exit when any command fails
|
|
set -e
|
|
|
|
./scripts/blame.py v0.1.0 --all --output aider/website/_data/blame.yml
|