mirror of https://github.com/bjeanes/dotfiles.git
5 lines
40 B
Fish
5 lines
40 B
Fish
|
function log
|
||
|
tail -f n0 log/*.log
|
||
|
|
||
|
end
|