aider/scripts/update-docs.sh
2024-06-05 19:47:08 -07:00

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