sxx is a tool that allows you to easily run shell commands on multiple hosts or transfer files to multiple hosts
To build sxx on all supported platforms, run:
scripts/build.sh
or else do:
mkdir build && cmake .. && make -j3 VERBOSE=1
Grab latest .deb/.rpm for your platform from:
https://github.com/ericcurtin/sxx/releases
Open an issue:
https://github.com/ericcurtin/sxx/issues
Open a pull request: