scripts/scripts/vnc.sh

7 lines
74 B
Bash
Executable File

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