#!/bin/bash

# Set the library path to where ever gnugk.real is,
# and then run it.

GNUGK_DIR=`dirname $0`
LD_LIBRARY_PATH=$GNUGK_DIR $GNUGK_DIR/gnugk.real $* 
