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