#!/bin/bash
# SPDX-License-Identifier: MIT
exec wdiff -w "[31m" -x "[0m" -y "[32m" -z "[0m" "$@";
