#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
cd "$HERE/cde-root" && ../cde-exec 'Xvfb' "$@"
