summaryrefslogtreecommitdiff
path: root/bin/bootstrap
blob: b1fe0e94e11ed95f0f6932962937627400f3f8a6 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$(uname -s)" = "Darwin" ]; then
  brew bundle check || brew bundle
fi