Skip to content

Instantly share code, notes, and snippets.

View hideout's full-sized avatar
🏠
Working from home

Ferdinand hideout

🏠
Working from home
View GitHub Profile
@hideout
hideout / cask_upgrade.sh
Created June 4, 2016 12:48
Script upgrading outdated brew casks
#!/usr/bin/env bash
(set -x; brew update;)
(set -x; brew cask update;)
(set -x; brew cleanup;)
(set -x; brew cask cleanup;)
red=`tput setaf 1`
green=`tput setaf 2`