#!/bin/sh
# DF-2558 run script - default 3 sysctl reads
cd "$(dirname "$0")"
echo "+ ./poc 3"
./poc 3
echo "RUN_EXIT=$?"
