mirror of
https://github.com/ThunixdotNet/-vnc.git
synced 2026-03-11 15:10:20 +00:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
USER=$(whoami)
|
|
DISPLAY=$(cat /var/lib/vnc/${USER})
|
|
|
|
vncserver :${DISPLAY}
|