#!/bin/sh
FIREBIRD=/usr/lib/firebird/2.0
export FIREBIRD
exec $FIREBIRD/bin/fbmgr.bin "$@"
