Initial commit
This commit is contained in:
5
hooks/audio_notification_hook.sh
Executable file
5
hooks/audio_notification_hook.sh
Executable 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
|
||||
Reference in New Issue
Block a user