This commit is contained in:
eric
2026-03-29 04:08:02 -05:00
parent 7118bfd591
commit 63443ea854
3 changed files with 80 additions and 0 deletions

4
probe-live.sh Normal file
View File

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