dotfiles/fish/functions/log.fish

6 lines
63 B
Fish

function log
tail -fn0 log/*.log /var/log/apache2/*_log
end