Browse Source

Run kiosk browser

master
The Dod 3 days ago
parent
commit
77958550bf
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      run.sh

+ 2
- 1
run.sh View File

@@ -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…
Cancel
Save