#!/usr/bin/env bash if [[ "$(uname)" == "Darwin" ]]; then echo "Darwin" else echo "Ubuntu" fi