dotfiles/fish/functions/log.fish

6 lines
63 B
Fish
Raw Normal View History

2009-06-12 22:19:53 +10:00
function log
2010-06-25 14:11:53 +10:00
tail -fn0 log/*.log /var/log/apache2/*_log
2009-07-05 01:27:18 +10:00
2009-06-12 22:19:53 +10:00
end