#!/bin/bash
export LD_PRELOAD=./iowrap.so
./sob -rw -b 4k -s 16k -n 10
unset LD_PRELOAD
