cc-os/plugins/os-vault/tests/python-wrappers/session-start.sh

6 lines
256 B
Bash
Executable File

#!/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"