/NHN-dist

Swiss army knife tool to execute shell scripts over SSH on multiple machines

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

NHN-dist

A swiss army knife tool to execute shell scripts over SSH on multiple machines.

This project is a contribution of NHN Corp of South Korea in an open-source software. Forked from original unmaintained repository at http://dev.naver.com

Usage

To bee translated.

Examples

Works best with passwordless ssh, then checking the date on 3 hosts would be:

trinity@matrix:~$ dist -c "date" host1 host2 host2

Use dist -h for help.