Pastebin
Paste #412: No description
< previous paste - next paste>
Pasted by Flawless
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
Go to most recent paste.