Last active
May 4, 2021 20:20
-
-
Save feklee/28faa026a35ad99f02b2bccb915791b5 to your computer and use it in GitHub Desktop.
Sxmo script for remote access
This file contains 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
#!/bin/sh | |
# Allows maintaining of an Sxmo session on a PinePhone via VNC. | |
# Felix E. Klee <[email protected]> | |
st -e sh -c "x11vnc -auth guess -once -loop -noxdamage -repeat -rfbport 5900 -shared" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment