#!/bin/bash -e -o pipefail ########################################################################### # The script removes local Homebrew cache # ########################################################################### rm -rf "$(brew --cache)"