how to open url from local server with shell script

前端 未结 0 1669
误落风尘
误落风尘 2021-01-16 02:13

My idea is simple. Create a local server and open a URL from there.

python -m http.server 8000
xdg-open http://0.0.0.0:8000/

But as you guess

相关标签:
回答
  • 消灭零回复
提交回复
热议问题