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