Pastebin

Paste #412: No description

< previous paste - next paste>

Pasted by Flawless

Download View as text

function whois() {
  WHOIS=/usr/bin/whois
  if [[ ${1##*.} == 'dk' ]]; then
    $WHOIS -h whois.dk-hostmaster.dk " --show-handles $1"
  else
    $WHOIS $1
  fi
}

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.