#!/bin/bash
#

valgrind --leak-check=yes \
--db-attach=yes \
./Test.wt \
--docroot . \
--http-address 0.0.0.0 \
--http-port 999 \
--no-compression \
