forked from lix-project/hydra
7 lines
105 B
Bash
7 lines
105 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mdbook serve \
|
||
|
--port 63332 \
|
||
|
--dest-dir $(pwd)/.hydra-data/manual \
|
||
|
$(pwd)/doc/manual/
|