Files
-vnc/startvnc
2019-07-16 03:55:54 +10:00

6 lines
94 B
Bash
Executable File

#!/usr/bin/env bash
USER=$(whoami)
DISPLAY=$(cat /var/lib/vnc/${USER})
vncserver :${DISPLAY}