mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# exit when any command fails
|
|
set -e
|
|
|
|
cog -r website/index.md
|
|
cog -r website/docs/usage.md
|