Sfoglia il codice sorgente

Sleep and use xdg-open instead

Samuel W. Flint 5 anni fa
parent
commit
8c618e5b98
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      run-fava

+ 3 - 1
run-fava

@@ -2,5 +2,7 @@
 
 screen -dmS fava fava
 
-browser http://localhost:5000
+sleep 5
+
+xdg-open http://localhost:5000