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