Skip to content

Instantly share code, notes, and snippets.

View sjwhitmore's full-sized avatar

Samantha Whitmore sjwhitmore

View GitHub Profile
@poweld
poweld / party.sh
Last active November 6, 2018 18:50
Annoy your coworkers with massive emoji banners in Slack
function party {
if ! command -v figlet; then
if ! command -v brew; then
echo Requires figlet or brew to be installed
return 1
fi
brew install figlet
fi
if [ -z "$1" ]; then