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