#!/bin/sh if [ -t 1 ] ; then exec /usr/bin/wdiff -w '' -x '' -y '' -z '' "$@" else exec /usr/bin/wdiff "$@" fi