mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
echo "starting VNC server ..."
|
|
vncserver :1 -geometry 1600x1050 -depth 24 && tail -F ~/.vnc/*.log
|