#!/bin/sh # Copyright 2011 Paul Wise # Released under the MIT/Expat license, see doc/COPYING # Downloads the logo images # # Usage: # get-logo-img if test -s "$1" ; then exec get-url "$(cat "$1")" "$2" fi