#!/bin/sh

# A shellscript to launch Gimp 1.2 from the gimp-1.2 locker.
# $Id: gimp,v 1.1 2001/01/11 20:58:57 yak Exp $

exec /bin/athena/attachandrun gimp-1.2 gimp "$0" "$@"
