#! /bin/sh

if [ -z "$GNUSTEP_MAKEFILES" ]; then
    . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
fi

tool=$(basename "$0")
exec "/usr/lib/GNUstep/System/Tools/$tool" "$@"
