Notes/bin/docs/preview.sh

5 lines
135 B
Bash
Raw Normal View History

2024-07-20 12:41:30 +03:00
#!/usr/bin/env bash
script_dir=$(realpath $(dirname $0))
output_dir="$script_dir/../docs"
2024-07-20 13:08:22 +03:00
httpd -fv -p 127.0.0.1:8089 -h "$output_dir"