5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mkdocs serve --dev-addr 0.0.0.0:8008
|