freebsd-ports/sysutils/tentakel/pkg-descr
Foxfair Hu af208741d2 Add tentakel 0.3.1,
a shell script to execute commands on parallel
hosts by ssh or rsh.

PR:		52651
Submitted by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
2003-06-01 01:51:18 +00:00

13 lines
505 B
Text

Tentakel is a simple program for executing the same command on many
hosts in parallel using ssh or rsh. It can make use of several sets of
hosts that are defined in files called "hostlists".
Tentakel tries to be as portable as possible - it uses plain bourne
shell code. It is also rather self-contained. Except the few external
programs it makes use of it should need almost no configuration or
setup on your system.
WWW: http://tentakel.sourceforge.net
- Munish Chopra
<mchopra@engmail.uwaterloo.ca>