Quote asterisks to avoid file expansion by shell

Examples don't quote command line arguments containing
asterisks. This causes shell to perform file expansion and
will not run the command the user is expecting if files
exist that match that pattern.

Closes https://github.com/achiku/jungle/issues/14