45

Terminal + cowsay + lolcat = awesomeness

Comments
  • 2
    One question: How?
  • 3
    @Mitiko probably echo __insert the text in the box__ | lolcat | cowsay with some flag to specify the Tux art.
  • 3
    @Mitiko
    sudo apt install cowsay lolcat
    cowsay -f tux 'Hello World' | lolcat
  • 2
    @jmclemo6 I believe the lolcat has to be last in order to make lolcat color tux
  • 3
    @romangraef I was actually just about to come back and say this. You're right.
  • 2
    @jmclemo6 I would have left it to you but I didn't saw your comment till mine was already posted. sorry :(
  • 1
    @romangraef what he wrote :)
  • 2
    I've got a weird idea. Why not do that but for your latest DevRant notifications or something...?

    I mean it probably wouldn't work and wouldn't be very helpful but it could be nice.
  • 3
    Confirmed.
Add Comment