hydra/scripts/run-configuration.sh

19 lines
230 B
Bash
Executable File

#!/bin/bash
set -Eeuxo pipefail
cd "$( dirname "${BASH_SOURCE[0]}" )/.."
# shellcheck disable=SC2006
cat > configuration.md << EOF
---
id: configuration
title: Configuration
---
\`\`\`yaml
`cat ./docs/config.yaml`
\`\`\`
EOF