scripts/fish/vnc

10 lines
118 B
Plaintext
Raw Normal View History

2019-08-18 06:26:48 -07:00
#!/usr/bin/env fish
function vnc -d 'Runs x11vnc, always'
while true
x11vnc -forever -scale 0.25
end
end
## EOF