mirror of
https://github.com/nkbai/book.git
synced 2026-09-03 05:02:48 +08:00
10 lines
76 B
Bash
10 lines
76 B
Bash
set -euxo pipefail
|
|
|
|
main() {
|
|
mdbook build
|
|
|
|
linkchecker book
|
|
}
|
|
|
|
main
|