#!/bin/bash set -o errexit -o pipefail if [[ "$OS" = "Darwin" ]]; then gimme_pkg charles else echo "TODO: add Charles for Linux!" fi