blob: 3c8e7c17ab83674f9dbeb1a60793a8e59a8bf0f4 [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/sdbtuple" "$@"