blob: 0b20a3bd8cb0457fdbe0a4336b1da7d0e0c94a0a [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/sdbscript" "$@"