#!/bin/sh
# DF-0139 run: demonstrate the OOB hash index.
cd "$(dirname "$0")"
./sleepq_hash_oob
echo "RUN_EXIT=$?"
