#!/bin/sh

"/usr/local/bin/ksdiff" \
    --partial-changeset \
    --relative-path "$MERGED" \
    -- "$LOCAL" "$REMOTE"
