mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
7 lines
122 B
Bash
Executable File
7 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
|