Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created February 10, 2014 16:52
Show Gist options
  • Save cwebberOps/8919665 to your computer and use it in GitHub Desktop.
Save cwebberOps/8919665 to your computer and use it in GitHub Desktop.
distract me less
#!/bin/bash
grep reddit /etc/hosts >/dev/null 2>&1
rc=$?
if [[ $rc != 0 ]]; then
echo "127.0.0.1 reddit.com www.reddit.com" >> /etc/hosts
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment