Files
Trac3r-rust/storedoc.sh

6 lines
75 B
Bash
Executable File

rm -rf target/doc
rm -rf doc
cargo doc --no-deps
rsync -avzh target/doc .