#!/bin/sh

export DERBY_HOME=@PREFIX@/share/derby

exec $DERBY_HOME/bin/dblook ${1+"$@"}
