#!/bin/sh
if [ -n "${WAYLAND_DISPLAY}" ]; then
  exec /usr/libexec/imv-wayland "$@"
else
  exec /usr/libexec/imv-x11 "$@"
fi
