dotfiles/fish/functions/log.fish

5 lines
40 B
Fish
Raw Normal View History

2009-06-12 22:19:53 +10:00
function log
tail -f n0 log/*.log
end