#!/bin/bash
unison_root="$(dirname "$(readlink -f "$0")")"
export UCM_WEB_UI="${unison_root}/ui"
"${unison_root}/unison/unison" "$@"