Created
November 4, 2020 22:04
-
-
Save lukaszlach/f613994aa89f975ddc4ccbcacf176017 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| RESOLUTION=800x600x24 | |
| DISPLAY=:1 | |
| Xvfb $DISPLAY -screen 0 $RESOLUTION & | |
| sleep 2 | |
| x11vnc -display $DISPLAY -bg -nopw -listen 0.0.0.0 -xkb | |
| sleep 2 | |
| cd /eduke3d | |
| exec wine eduke32.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment