Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Forked from angrytoast/omghosts
Last active August 29, 2015 14:02
Show Gist options
  • Save jtwalters/a028a445ad5e858094f8 to your computer and use it in GitHub Desktop.
Save jtwalters/a028a445ad5e858094f8 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
PROBLEM="$(cat /etc/hosts | grep tableausoftware.com | grep -v '^#' | wc -w)"
SAY=${1:-"omg fix yer hosts"}
if [ "$PROBLEM" -gt 0 ]; then
say $SAY
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment