about summary refs log tree commit diff
path: root/fish/.config/fish/functions/cwhois.fish
blob: a43517b19a29671cbfda2c98aedba930e04b1185 (plain) (blame)
1
2
3
function cwhois
    whois -h bgp.tools " -v $argv"
end