Xcowsay on Raspberry Pi Xcowsay fans rejoice! Xcowsay is now officially supported on the Raspberry Pi! In other news I’ve started updating xcowsay to use Gtk3 and Cario. Expect version 1.4 later in the year!
That’s a really, really well taken photo. My compliments to the photographer.
May 2, 2012 @ 6:43 pm
that raspberry is a bit scary
May 17, 2012 @ 8:11 pm
how did you make a multiline input ?
November 19, 2013 @ 3:24 pm
In that example it’s just input from a file that has multiple lines e.g.
xcowsay < /proc/meminfo You can also put line breaks in messages if you put it in quotes e.g. xcowsay "hello world"
November 19, 2013 @ 10:19 pm
Nick, thx for Your quick answer
I have notice that the xcow can take as input the heredocument
$ excowsay < line1
> line2
> line3
> EOF
i was trying to pipe by echo, even whit “\n” does’t work.
Thanks for hint :)
November 20, 2013 @ 6:40 am