I hereby claim:
- I am tonivdv on github.
- I am tonivdv (https://keybase.io/tonivdv) on keybase.
- I have a public key whose fingerprint is E40C E4FE D881 8DBB 97B7 DD82 B559 74CC 88AC 5BFB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # Usage | |
| # $ docker-machine create my-machine123 -d virtualbox | |
| # $ ruby <(curl -L http://git.io/vUJDI) my-machine123 | |
| # https://gist.github.com/mattes/4d7f435d759ca2581347 | |
| require 'erb' | |
| bootlocalsh = %Q(#/bin/bash |
| #!/bin/bash | |
| # | |
| # Usage: | |
| # $ echo "host1 host2 host3" | ./sshmany uname -a | |
| # $ cat myservers | ./sshmany echo Hello world | |
| # | |
| cmd="$@" | |
| servers="$(cat)" | |
| i=37 | |
| for server in $servers; do |
| { | |
| "name": "3scale/3scale_ws_api_for_php", | |
| "description": "3scale integration plugin for PHP applications - with composer.json", | |
| "keywords": ["3scale", "ThreeScale", "api", "php", "composer"], | |
| "type": "library", | |
| "homepage" : "https://support.3scale.net/libraries", | |
| "require": { | |
| "php": ">=5.3" | |
| }, | |
| "autoload": { |