scripts/scripts/vnc.sh

7 lines
74 B
Bash
Raw Normal View History

2019-05-29 23:17:20 -07:00
#!/usr/bin/env bash
2019-06-07 04:27:30 -07:00
while [[ 1 ]]
do
x11vnc -forever -scale 0.25
done