jeremyfelt / dotfiles

...
Other
0 stars 1 forks source link

Add an alias to tail -f the php log on demand #54

Closed jeremyfelt closed 3 years ago

jeremyfelt commented 3 years ago

It could be smart and check for the php log with php --info | grep error_log, split that on =>, then tail -f the last location?