Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericcurtin/sxx
sxx is a tool that allows you to easily run shell commands on multiple hosts
https://github.com/ericcurtin/sxx
ad-hoc ansible chef fabric pssh rsync scm scp ssh ssh-copy-id sxx
Last synced: 27 days ago
JSON representation
sxx is a tool that allows you to easily run shell commands on multiple hosts
- Host: GitHub
- URL: https://github.com/ericcurtin/sxx
- Owner: ericcurtin
- License: gpl-2.0
- Created: 2017-10-11T21:39:58.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-09-09T14:53:19.000Z (about 5 years ago)
- Last Synced: 2024-08-01T15:34:52.120Z (3 months ago)
- Topics: ad-hoc, ansible, chef, fabric, pssh, rsync, scm, scp, ssh, ssh-copy-id, sxx
- Language: C++
- Homepage:
- Size: 55.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sxx
master: [![Build Status](https://travis-ci.org/ericcurtin/sxx.svg?branch=master)](https://travis-ci.org/ericcurtin/sxx)
dev: [![Build Status](https://travis-ci.org/ericcurtin/sxx.svg?branch=dev)](https://travis-ci.org/ericcurtin/sxx)
## 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