#!/bin/sh
# run as the unprivileged user; repeat 3x for leak-stability evidence
for i in 1 2 3; do
  echo "--- run $i ---"
  ./ipcstat_leak
done
