Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Created September 26, 2015 10:37
Show Gist options
  • Save kaskavalci/5eb7f2ae3307a6431cb1 to your computer and use it in GitHub Desktop.
Save kaskavalci/5eb7f2ae3307a6431cb1 to your computer and use it in GitHub Desktop.
source common.sh
echo $@
if is_myfile $1 $2 ; then
"$RHAPSODY_PATH" -base $3 $1 $2 -xcompare
else
"$KDIFF3_PATH" $1 $2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment