#!/bin/sh
# Copyright 2024 Collabora Ltd.
# SPDX-License-Identifier: MIT

set -eu
echo "$0: Emulating flatpak-portal that just blocks indefinitely" >&2
exec sleep 600
