Skip to content

Instantly share code, notes, and snippets.

View hobbs's full-sized avatar

Zach Hobbs hobbs

  • San Francisco, CA
View GitHub Profile
domain=no.com
while true; do
RES=`host $domain | grep "has address"`
if [ -z "$RES" ]
then
echo "No domain: $domain"
else
echo $RES
fi
domain=`echo $domain | sed 's/no/noo/'`
@hobbs
hobbs / .name
Last active December 10, 2015 16:49
Import bug in Intellij
4463941