|
#!/usr/bin/env bash
|
|
# Test-only adapter: lets the golden-fixture harness (which invokes
|
|
# bash "$HOOKS_DIR/<name>.sh") drive the Python port. Not used in production.
|
|
HOOKS="$(cd "$(dirname "$0")/../../hooks" && pwd)"
|
|
exec python3 "$HOOKS/session_start.py"
|