vnc: fix syntax

master
an 2019-06-07 07:27:30 -04:00
parent 4bd8f0a646
commit ea5fe3109d
1 changed files with 1 additions and 1 deletions

2
vnc.sh
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
while 1
while [[ 1 ]]
do
x11vnc -forever -scale 0.25
done