Skip to content

Instantly share code, notes, and snippets.

@Suor
Created February 14, 2013 06:07
Show Gist options
  • Save Suor/4950895 to your computer and use it in GitHub Desktop.
Save Suor/4950895 to your computer and use it in GitHub Desktop.
kdiff3 call wrapper for kdesvn
#!/usr/bin/perl
s~^.*//~/~ for @ARGV;
system "kdiff3", @ARGV;
# kdiff3 %o %m %n -o %t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment