Skip to content

Commit

Permalink
Move functionality for downloading datasheets into justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 3, 2024
1 parent 75c2c9e commit cdcd8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datasheets.sh

This file was deleted.

4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ test:
cargo test --doc
cargo test --all-targets

datasheets:
curl https://cdn-reichelt.de/documents/datenblatt/D400/RND_320-KA3000.pdf -o RND_320-KA3000-User-Manual.pdf
curl https://cdn-reichelt.de/documents/datenblatt/D400/RND_320-KAXXXX_COMMANDS.pdf -o RND_320-KA3000-COMMANDS.pdf

docs-build:
mdbook build doc

Expand Down

0 comments on commit cdcd8e9

Please sign in to comment.