File: do-diff

package info (click to toggle)
fwbuilder 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 41,192 kB
  • sloc: cpp: 185,790; sh: 71,182; ansic: 4,345; xml: 3,488; python: 83; makefile: 74; perl: 49
file content (15 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

N=$1

if which opendiff > /dev/null 2>&1; then
  TOOL="opendiff"
elif which tkdiff > /dev/null 2>&1; then
  TOOL="tkdiff -b -B "
else
  TOOL="diff -U 8 -b -B "
fi

${TOOL} firewall${N}.fw.orig firewall${N}.fw