commit d4a01024bba6bde0b06bae6b079b29ba259a05d2 parent 3a4d08274c19739ab28e1efe1ef1ef959e3acf07 Author: tongong <tongong@gmx.net> Date: Mon, 26 Jul 2021 09:36:01 +0200 [serve script] now opens the page Diffstat:
M | scripts/serve | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/scripts/serve b/scripts/serve @@ -1,3 +1,5 @@ #!/usr/bin/env sh +# simple local web server +(sleep 1; xdg-open "http://localhost:5500/") & python -m http.server 5500