This website requires JavaScript.
Explore
Help
Register
Sign In
gsathecat
/
lemmy
mirror of
https://github.com/LemmyNet/lemmy.git
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
87c7ee5490
lemmy
/
scripts
/
update_config_defaults.sh
7 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
dest
=
${
1
-config/defaults.hjson
}
cargo run -- --print-config-docs >
"
$dest
"
Reference in New Issue
View Git Blame
Copy Permalink