Skip to content

Instantly share code, notes, and snippets.

@cwill747
Created March 7, 2016 19:25
Show Gist options
  • Save cwill747/f2be25121cec0ed2d47f to your computer and use it in GitHub Desktop.
Save cwill747/f2be25121cec0ed2d47f to your computer and use it in GitHub Desktop.
Kaleidoscope Diff for Rational Team Concert (RTC)
#!/bin/bash
filename=$(basename $3)
cp $3 /tmp/$filename
/usr/local/bin/ksdiff --merge --wait --output $1 --base $2 -- /tmp/$filename $4 --snapshot
rc=$?
exit $rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment