annotate easyhg-extdiff-osx.sh @ 215:43ecb0dcc44e

* OS/X: Add icon (not sure this is working though) * Merge script, etc
author Chris Cannam
date Wed, 05 Jan 2011 15:58:34 +0000
parents c5fceb3fe5b4
children
rev   line source
Chris@210 1 #!/bin/bash
Chris@210 2 if [ $# -lt 2 ]; then
Chris@210 3 echo Insufficient arguments: $@
Chris@210 4 exit 2
Chris@210 5 fi
Chris@210 6 while [ $# -gt 2 ]; do
Chris@210 7 shift
Chris@210 8 done
Chris@215 9 /usr/bin/opendiff "$1" "$2" | cat