13
Sep

Geektool shell script
to get the quote of the day in french from the dicocitation.com site.
returns: today/date + Quote + [Author].

user@computer:$ curl --silent "http://www.dicocitations.com/citationdujour.php" | sed -n '60,$p' | sed -n '/<span>/,/><br clear=/p' | sed -e 's/^[ \t]*//' | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | grep -Ev 'date du jour'

use for free ;)




If you like my work,
please consider
a donation ;)




WP Comments: 3 Comments
Forum: 0 Comments +
SOCIAL



3 Responses to Post: “Geektool – Quote of the day (FR)”

  1. Marion Says:

    Ooo!h So I see! You fill your facebook phrase everyday from that don’t you! ;)

  2. Marion Says:

    By the way, I like your new design!

  3. ame235 Says:

    haha.. happens somtimes that i use these, but usually they are personal inspiration ;)
    Thnx for the new design !!