Skip to content

Instantly share code, notes, and snippets.

View roosto's full-sized avatar

Dustø Masterson Goldman roosto

View GitHub Profile
@roosto
roosto / party.sh
Last active April 6, 2016 17:10 — forked from poweld/party.sh
Annoy your coworkers with massive emoji banners in Slack
function party {
if ! command -v figlet > /devc/null; then
if ! command -v brew > /dev/null; then
echo Requires figlet or brew to be installed 1>&2
return 1
fi
brew install figlet || exit $?
fi
if [ -z "$1" ]; then