mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
5 lines
No EOL
135 B
Bash
Executable file
5 lines
No EOL
135 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
script_dir=$(realpath $(dirname $0))
|
|
output_dir="$script_dir/../docs"
|
|
httpd -fv -p 127.0.0.1:8089 -h "$output_dir" |