blob: fa9fbb731af65a5174bdcc0322d700590129bfc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
=head1 NAME
netdiff - A netdiff project
=head1 WTF?
A simple script to diff two files via the network.
=head2 usage
ClusterSSH onto two hosts at the same time and run on both hosts the same command like:
netdiff HOSTNAME FILENAME
Where HOSTNAME can be the hostname of the first or the second host. Depending on this the script will decide to be the client or the server role.
=head1 LICENSE
See package description or project website.
=head1 AUTHOR
Paul Buetow - <http://netdiff.buetow.org>
=cut
|