view easyhg-extdiff-osx.sh @ 260:7057a4dcac3e

* Version -> 0.3.1 (and update OS/X deploy to handle three-part versions)
author Chris Cannam
date Wed, 12 Jan 2011 15:52:53 +0000
parents 43ecb0dcc44e
children
line wrap: on
line source
#!/bin/bash
if [ $# -lt 2 ]; then 
    echo Insufficient arguments: $@
    exit 2
fi
while [ $# -gt 2 ]; do
    shift
done
/usr/bin/opendiff "$1" "$2" | cat