diff options
| -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 ``` |
