浏览代码

Change python to xdg-open in unix start script

Lucas de Souza 2 年之前
父节点
当前提交
a0ed51779f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      start_unix.sh

+ 2 - 1
start_unix.sh

@@ -1,3 +1,4 @@
 #!/bin/bash
-python -m webbrowser http://localhost:8000
+#python -m webbrowser http://localhost:8000
+xdg-open http://localhost:8000
 ./bin/server_unix -i .