#! /bin/bash function solve_brew() { source script/show_solutions if [ x"$1" = x"osx" ]; then commands[0]="ruby -e \"\$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"" possible_solutions "${commands[@]}" fi }