X-Git-Url: https://git.draconx.ca/gitweb/mpdhacks.git/blobdiff_plain/8016ac3553788a2ed221cea1191030809c00cd6b..85780e88aecbc9cc6e6ff66cbdac6b1674c0fc15:/thumbnail.zsh diff --git a/thumbnail.zsh b/thumbnail.zsh index 9734575..de5e44f 100755 --- a/thumbnail.zsh +++ b/thumbnail.zsh @@ -1,4 +1,14 @@ #!/usr/bin/env zsh +# +# Copyright © 2008 Nick Bowler +# +# Simple thumbnail generator for use with FVWM. Thumbnails can be generated at +# any desired size, and are cached for future use. Prints the cached filename +# to standard output. +# +# License WTFPL2: Do What The Fuck You Want To Public License, version 2. +# This is free software: you are free to do what the fuck you want to. +# There is NO WARRANTY, to the extent permitted by law. if [[ -z "$MUSIC" ]]; then MUSIC=/home/music