diff options
| author | Paul Buetow (uranus) <paul@buetow.org> | 2015-10-18 11:09:53 +0100 |
|---|---|---|
| committer | Paul Buetow (uranus) <paul@buetow.org> | 2015-10-18 11:09:53 +0100 |
| commit | 09d4eeb09eefb038ddd3645ff66192d50e261099 (patch) | |
| tree | 69b7fdd10490e01c23b652eaf545f232a982f955 /README.md | |
| parent | e82bc475f8054f9781ddb253ae2a39979d515c53 (diff) | |
also tested on Fedora Linux
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ Rubyfy ====== -Tested on Mac OS X, MacPorts and Ruby 2.2.0 +Tested on + +* Fedora 22 / Ruby 2.2.3 +* Mac OS X / MacPorts Ruby 2.2.0 Example usage: ``` cat serverlist.txt | ./rubyfy -p 10 -c 'hostname' + ./rubyfy --root --command 'id' <<< foo.example.com ``` |
