busyloop / lolcat

Rainbows and unicorns!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tail -F mode

frankenstein91 opened this issue · comments

it would be great to have a loltail.
Could you make one?

commented

You can easily make your own by adding this function to your ~/.bashrc:

loltail() {
    tail -F $* | lolcat
}