mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
7 lines
122 B
Bash
Executable File
7 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"
|