Ascii fun σήμερα:
[[img]http://en.zimagez.com/miniature/screenshotfrom2016-02-2818-40-20.png[/img]](http://en.zimagez.com/zimage/screenshotfrom2016-02-2818-40-20.php)
fetch
[[img]http://en.zimagez.com/miniature/screenshotfrom2016-02-2818-38-05.png[/img]](http://en.zimagez.com/zimage/screenshotfrom2016-02-2818-38-05.php)
Asciiquarium
[[img]http://en.zimagez.com/miniature/screenshotfrom2016-02-2818-38-45.png[/img]](http://en.zimagez.com/zimage/screenshotfrom2016-02-2818-38-45.php)
weather
#!/bin/bash
weather() {
if [ ! -z $1 ]
then
curl -4 http://wttr.in/$1
else
curl -4 http://wttr.in/Athens
fi
}
weather $1
exit
Με σκέτο weather δείχνει τον καιρό στην Αθήνα. Με weather "όνομα_πόλης" τον καιρό της συγκεκριμένης πόλης.