scripts/scripts/vnc.sh

6 lines
63 B
Bash
Executable File

#!/usr/bin/fish
while true
x11vnc -forever -scale 0.25
end