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

6 lines
122 B
Bash
Executable file

#!/usr/bin/env bash
set -e
dest=${1-config/defaults.hjson}
cargo run --manifest-path crates/utils/Cargo.toml > "$dest"