#!/bin/bash set -o errexit -o pipefail if ! has redis-server; then if [[ "$OS" = "Darwin" ]]; then gimme_pkg redis else gimme_pkg redis-server fi fi