Rename gsh to polysh.
[polysh.git] / README
blobdf660bcfe7d3edd697df8d0e4d7f4dc88c2e2dc0
1 Polysh
2 ~~~~~~
4 Polysh (formerly called Group Shell or gsh) is a remote shell multiplexor. It
5 lets you control many remote shells at once in a single shell. Unlike other
6 commands dispatchers, it is interactive, so shells spawned on the remote hosts
7 are persistent. It requires only a SSH server on the remote hosts, or some other
8 way to open a remote shell.
10 Requirements
11 ~~~~~~~~~~~~
13 Python >= 2.4 is required.
15 Running
16 ~~~~~~~
18 You can run polysh without installing it simply by executing the polysh.py file
19 in the toplevel directory.
21 Installation
22 ~~~~~~~~~~~~
24 Polysh uses the distutils, so the command './setup.py install' will install it
25 in the default python directory. It should also install the polysh script in
26 /usr/local/bin.
30 -- 
31 Guillaume Chazarain <guichaz@gmail.com>
32 http://guichaz.free.fr/polysh