1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 14:48:21 +00:00
lemmy/scripts/update_config_defaults.sh

7 lines
96 B
Bash
Raw Normal View History

#!/bin/bash
set -e
dest=${1-config/defaults.hjson}
cargo run -- --print-config-docs > "$dest"