#!/bin/sh

# Unison must be launched via an absolute path, hence the use of this wrapper
# script instead of a symlink.
exec "@APPLICATIONS_DIR@/Unison.app/Contents/MacOS/Unison" "$@"
