dotfiles/.config/fish/functions/test-net.fish
2025-12-17 13:13:48 +01:00

3 lines
106 B
Fish

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