dotfiles/.config/fish/functions/test-net.fish
2025-04-28 11:13:25 +02:00

3 lines
106 B
Fish

function test-net --wraps='command up' --description 'alias test-net=command up'
command up $argv
end