1
2
3
4
5
6
7
8
9
10
11
12
13
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-
+
|
#!/bin/sh
#----------------------------------------------------------------------
#
# Eskil, a Graphical frontend to diff
#
# Copyright (c) 1998-2007, Peter Spjuth (peter.spjuth@space.se)
# Copyright (c) 1998-2008, Peter Spjuth (peter.spjuth@gmail.com)
#
# Usage
# Do 'eskil' for interactive mode
# Do 'eskil --help' for command line usage
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
|