Skip to content

Instantly share code, notes, and snippets.

View farmerbean's full-sized avatar

Corcoran Smith farmerbean

  • London, England
View GitHub Profile

Keybase proof

I hereby claim:

  • I am farmerbean on github.
  • I am corcoran (https://keybase.io/corcoran) on keybase.
  • I have a public key ASCTGU5RxD9tpWcTNTP5xzahFhYpDdqTjIX2lXpouPLrtQo

To claim this, I am signing this object:

#!/usr/bin/env/bash
# { crontab -l; echo "@daily $HOME/brew_update.sh"; } | crontab -heart 1
set -euo pipefail
BREW_CACHE_DIR=$(brew --cache)
brew update --verbose
if brew outdated | grep -q terragrunt; then