dotfiles/.config/fish/functions/pong.fish
2022-07-07 11:32:27 -05:00

4 lines
64 B
Fish

function pong -d "Ping google"
ping -c 3 www.google.com
end