mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 14:32:40 +01:00
4 lines
74 B
Fish
4 lines
74 B
Fish
|
function tcptrcrt --wraps=tcptraceroute
|
||
|
sudo tcptraceroute -w 1 $argv
|
||
|
end
|