#!/bin/sh # usage: ./nexbrand.sh "2.0.1 RC 1" rc1 # writes "2.0.1 RC 1" on rc1.tga # NOTE: unfortunately requires X-server (otherwise file-tga-save won't work... no joke) # roughly based on Spencer Kimball's "Glowing Hot" effect, included with GIMP version=$1 versiontag=$2 gimp -i -b - <