yashh (owner)

Fork Of

Revisions

gist: 219354 Download_button fork
public
Public Clone URL: git://gist.github.com/219354.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
#! /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 ? "No" : "Yes"