#! /bin/sh

DISPLAY=${DISPLAY:-:0}
export DISPLAY

# - For a low bandwidth link, add "-encodings tight -compresslevel 9 -quality 3"
#   or similar.
exec /usr/bin/vncviewer -xrm '*passwordDialog:	true' "$@"
