Explorar el Código

Run kiosk browser

master
The Dod hace 3 días
padre
commit
77958550bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      run.sh

+ 2
- 1
run.sh Ver fichero

@@ -1,4 +1,5 @@
1 1
 #!/bin/bash
2 2
 cd "$(dirname "$0")"
3 3
 source venv/bin/activate
4
-flask run --debug
4
+flask run --debug &
5
+firefox -kiosk http://localhost:5000

Loading…
Cancelar
Guardar