2023-08-29 15:21:37 +02:00
|
|
|
#!/bin/bash -e -o pipefail
|
|
|
|
|
###########################################################################
|
|
|
|
|
# The script removes local Homebrew cache
|
|
|
|
|
#
|
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
|
|
rm -rf "$(brew --cache)"
|