#!/bin/bash set -o errexit -o pipefail if [[ "$OS" = "Darwin" ]]; then gimme \ mergiraf \ -- else gimme meld fi