Skip to content

Instantly share code, notes, and snippets.

@XanClic
Created December 4, 2017 19:25
Show Gist options
  • Save XanClic/2499b093a5941d2ae42c97ec0fef6166 to your computer and use it in GitHub Desktop.
Save XanClic/2499b093a5941d2ae42c97ec0fef6166 to your computer and use it in GitHub Desktop.
#!/bin/bash
cp -L $1 /tmp/diff-helper-1
cp -L $2 /tmp/diff-helper-2
kompare /tmp/diff-helper-{1,2} &> /dev/null
rm /tmp/diff-helper-{1,2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment