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