Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/msh
Mesos shell
https://github.com/riywo/msh
Last synced: about 1 month ago
JSON representation
Mesos shell
- Host: GitHub
- URL: https://github.com/riywo/msh
- Owner: riywo
- Created: 2013-09-29T16:50:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-29T17:23:16.000Z (over 11 years ago)
- Last Synced: 2024-10-21T20:05:33.815Z (3 months ago)
- Homepage:
- Size: 105 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msh
Mesos shell
## SYNOPSIS
It can run any command on Mesos slave.$ cat /etc/hosts | ./msh -- cat -n 2>/dev/null
1 127.0.0.1 localhost
2
3 # The following lines are desirable for IPv6 capable hosts
4 ::1 ip6-localhost ip6-loopback
5 fe00::0 ip6-localnet
6 ff00::0 ip6-mcastprefix
7 ff02::1 ip6-allnodes
8 ff02::2 ip6-allrouters
9 ff02::3 ip6-allhosts