Skip to content
/ sxx Public

sxx is a tool that allows you to easily run shell commands on multiple hosts

License

Notifications You must be signed in to change notification settings

ericcurtin/sxx

Repository files navigation

sxx

master: Build Status

dev: Build Status

Overview

sxx is a tool that allows you to easily run shell commands on multiple hosts or transfer files to multiple hosts

Building

To build sxx on all supported platforms, run:

scripts/build.sh

or else do:

mkdir build && cmake .. && make -j3 VERBOSE=1

Installing

Grab latest .deb/.rpm for your platform from:

https://github.com/ericcurtin/sxx/releases

Using

Proposals for enhancement

Open an issue:

https://github.com/ericcurtin/sxx/issues

Contributing

Open a pull request:

https://github.com/ericcurtin/sxx/pulls