Parcourir la source

Change python to xdg-open in unix start script

Lucas de Souza il y a 2 ans
Parent
commit
a0ed51779f
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 .