host.sh: automatically open the page

This commit is contained in:
veclav talica 2024-02-16 20:04:09 +05:00
parent 41b18b8b05
commit 0c89da7c3d

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
python3 -m http.server --directory ./html/
python3 -m http.server --directory ./html/ & xdg-open http://0.0.0.0:8000/