#!/usr/bin/env sh
set -eu
exec python3 "$(dirname "$0")/theme_safe_merge.py" "$@"
