mirror of
https://github.com/ThunixdotNet/-vnc.git
synced 2026-01-24 05:00:18 +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}
|