#!/bin/bash set -o errexit -o pipefail if [[ "$OS" = "Darwin" ]]; then gimme_pkg sourcetree else echo "WARN: no equivalent for when OS=$OS" fi