Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash -eu
RUBY_VERSIONS=(2.1.2 2.1.6 2.2.2)
VAGRANT_VERSION=1.6.5
function print() {
local green='\033[0;32m'
local none='\033[0m'
echo -e "[${green}$1${none}] $2"
}