blob: 22425a540f73ed7f63b4972a658250a0db8c22f5 [file] [log] [blame]
#!/bin/bash
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if [ "$SDBROOT" = "" ]
then
echo "SDBROOT not set" 1>&2
exit 1
fi
exec "${SDBROOT}/bin/sdbmeta" "$@"