1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-12 08:25:20 +00:00
dotfiles/.config/fish/functions/covid.fish
2020-03-27 14:13:50 -04:00

5 lines
218 B
Fish

# Defined in /tmp/fish.bWbyG9/covid.fish @ line 2
function covid
test $argv && curl https://covid19tracker.xyz/cmd/$argv 2> /dev/null | head -n17 || curl https://covid19tracker.xyz/cmd 2> /dev/null | head -n12
end