Name: Anonymous 2013-12-13 8:21
(Or shell functions if your shell have them)
1. Read the last xkcd comic without opening your browser:
1. Read the last xkcd comic without opening your browser:
#!/bin/sh
feh -F `curl -q -o - http://xkcd.com | awk '/URL/ {print $5}'`