mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 19:56:21 +00:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Launch Tigervnc
|
|
vncserver :0 &
|