mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
4ad021691f
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
6 lines
130 B
Bash
6 lines
130 B
Bash
#!/usr/bin/env bash
|
|
Xvfb :1 -screen 0 1024x768x24 +extension GLX +render -noreset&
|
|
x11vnc --display :1 -forever&
|
|
icewm&
|
|
/bin/bash
|