Files
2026-05-16 19:24:30 -05:00

5 lines
142 B
Bash

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec bash "$ROOT_DIR/scripts/linux/probe_live_access.sh" "$@"