mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2026-01-11 14:39:22 -06:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Launch Tigervnc
|
|
vncserver :0 &
|