#!/bin/sh
# DF-2920: run the probe as an UNPRIVILEGED user on tmpfs, ufs and hammer2.
# Usage: run.sh <path-on-fs> [race-seconds]
P=${1:-/tmp/df2920.bin}
S=${2:-8}
exec /tmp/truncfault "$P" "$S"
