mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 09:44:13 +00:00
927038a1d7
Signed-off-by: yevh-berdnyk <ie.berdnyk@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
|