vnc/startvnc

6 lines
94 B
Plaintext
Raw Permalink Normal View History

2019-07-15 17:55:54 +00:00
#!/usr/bin/env bash
USER=$(whoami)
DISPLAY=$(cat /var/lib/vnc/${USER})
vncserver :${DISPLAY}