5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
Xvfb :99 -screen 0 1024x768x24 &
|
|
export DISPLAY=:99
|
|
python run_app.py
|