Skip to content

Instantly share code, notes, and snippets.

@will
Forked from jseifer/gist:217637
Created October 24, 2009 18:19
Show Gist options
  • Save will/217655 to your computer and use it in GitHub Desktop.
Save will/217655 to your computer and use it in GitHub Desktop.
#! /usr/bin/env ruby
#
# Save in your path as "isreg" and chmod +x. Then: isreg domain.com
#
puts `whois #{ARGV[0]}` =~ /No match for \"#{ARGV[0]}\"/mi ? "Hell No" : "Fuck Yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment