Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:05 +08:00
commit 8c50b14c9d
6 changed files with 172 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
# bash wrapper used to run python in background
cat | python3 "${CLAUDE_PLUGIN_ROOT}/hooks/audio_notification_hook.py" >/dev/null 2>&1 &
exit 0