#!/bin/sh
# DF-0337 run: execute the leak PoC as unprivileged user
set -e
cd "$(dirname "$0")"
./leak_pcblist
echo "RUN_EXIT=$?"
