#!/bin/sh

DIR="$(dirname -- "$(readlink -f -- "$0")")"
exec "$DIR"/../compute-sanitizer/compute-sanitizer "$@"
