forked from brockgr/csshx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
60 lines (34 loc) · 1.56 KB
/
README.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
-------------------------------------------------
csshX - Cluster SSH tool for Mac OS X Termial.app
-------------------------------------------------
Copyright 2011 by Gavin Brock <[email protected]>
-------------------------------------------------
INSTALLATION:
As csshX is a command line tool, no special installation is needed. It may
be copied into a directory in your path, (e.g. /usr/local/bin) for your
convenience.
The software has been tested on Mac OS X 10.5, 10.6 and 10.7 with the default
Perl installation - no additional Perl modules are required.
DOCUMENTATION:
The documentation for csshX is self contained. Please run:
./csshX --man
If that does not work, you can try the FAQ:
http://code.google.com/p/csshx/wiki/FAQ
UPDATES:
The latest version of the software is available here:
http://code.google.com/p/csshx/
Important update information will be posted on:
http://gavcode.wordpress.com/tag/csshX/
Information for enthusiasts will be posted on twitter:
http://twitter.com/csshx
LICENSE:
This program is free software; you may redistribute it and/or modify it
under the same terms as Perl itself.
Full details can be found by running:
perldoc perlartistic
perldoc perlgpl
CREDITS:
Thanks to everyone for the suggestions and bug reports. That's what makes
coding fun. In addition, I would like to thank the following people for their
patches and code: Eric Lubow, mtbeedee, Mitch Silverstein, Robin Stephenson,
Chris Yunker, Song Gao and Jean-Sebastien Morisset.