#!/bin/sh
DATADIR="/usr/share/blueonyx-cve-2026-31431-ebpf"
cd "$DATADIR" || { echo "Error: Cannot cd to $DATADIR" >&2; exit 1; }

exec ./apply.sh "$@"
