Refine controller template and probe listeners
This commit is contained in:
6
devtools/serve-images.sh
Executable file
6
devtools/serve-images.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#/bin/bash
|
||||
|
||||
SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")"
|
||||
OUT_DIR="$(realpath "$SCRIPT_DIR"/../out/)"
|
||||
|
||||
python3 -m http.server 8000 --bind 0.0.0.0 --directory "$OUT_DIR"
|
||||
Reference in New Issue
Block a user