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