-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
32 lines (22 loc) · 814 Bytes
/
README
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
Polysh
~~~~~~
Polysh (formerly called Group Shell or gsh) is a remote shell multiplexor. It
lets you control many remote shells at once in a single shell. Unlike other
commands dispatchers, it is interactive, so shells spawned on the remote hosts
are persistent. It requires only a SSH server on the remote hosts, or some other
way to open a remote shell.
Requirements
~~~~~~~~~~~~
Python >= 2.4 is required.
Running
~~~~~~~
You can run polysh without installing it simply by executing the polysh.py file
in the toplevel directory.
Installation
~~~~~~~~~~~~
Polysh uses the distutils, so the command './setup.py install' will install it
in the default python directory. It should also install the polysh script in
/usr/local/bin.
--
Guillaume Chazarain <[email protected]>
http://guichaz.free.fr/polysh