5 lines
160 B
Bash
5 lines
160 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# Test-only adapter (see session-start.sh).
|
||
|
|
HOOKS="$(cd "$(dirname "$0")/../../hooks" && pwd)"
|
||
|
|
exec python3 "$HOOKS/post_tool_use_write.py"
|