6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
if ! command -v sonar &> /dev/null; then
|
|
exit 0
|
|
fi
|
|
sonar hook claude-prompt-submit
|