From 6a5a5eae620f0c98eb5c18c24d9c989879508292 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 4 Jun 2015 14:03:12 -0700 Subject: ivan's stupid multi-branch tools, don't use them --- bin/4diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bin/4diff (limited to 'bin/4diff') diff --git a/bin/4diff b/bin/4diff new file mode 100755 index 000000000..468325da9 --- /dev/null +++ b/bin/4diff @@ -0,0 +1,13 @@ +#!/usr/bin/perl + +my $file = shift; + +chomp(my $dir = `pwd`); +$dir =~ s/freeside(\/?)/freeside4$1/; +warn $dir; + +#$cmd = "diff -u $file $dir/$file"; +$cmd = "diff -ubBw $dir/$file $file"; +print "$cmd\n"; +system($cmd); + -- cgit v1.2.1