#!/bin/sh
set -e
cd "$(dirname "$0")"
echo ">> building df0245_mig (multi-threaded I/O stressor)"
cc -O2 -o df0245_mig df0245_mig.c -lpthread
echo ">> built: ./df0245_mig [threads] [secs]  (root: sysctl iosched.debug=1 to observe)"
