dotfiles/fish/functions/log.fish

6 lines
40 B
Fish

function log
tail -fn0 log/*.log
end