forked from lix-project/hydra
7 lines
95 B
Bash
Executable file
7 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mdbook serve \
|
|
--port 63332 \
|
|
--dest-dir ./.hydra-data/manual \
|
|
./doc/manual/
|