#!/bin/sh if [ "$(uname -s)" = "Darwin" ]; then brew bundle check || brew bundle fi