1
0
Fork 0
scripts/fish/vnc

10 Zeilen
118 B
Fish

#!/usr/bin/env fish
function vnc -d 'Runs x11vnc, always'
while true
x11vnc -forever -scale 0.25
end
end
## EOF