#!/bin/sh
# Launch an interactive Emacs diff session in this terminal

emacsclient -nw --create-frame --eval "(ediff \"$1\" \"$2\")"

