scripts/scripts/vnc.sh

6 lines
63 B
Bash
Raw Normal View History

#!/usr/bin/fish
2019-05-29 23:17:20 -07:00
while true
x11vnc -forever -scale 0.25
end