mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# Build and test the RustFrame user guide using mdBook.
|
|
set -e
|
|
|
|
cd docs
|
|
bash gen.sh "$@"
|
|
cd .. |