mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
[ -z "$TR_SKIP_HOOKS" ] || exit 0
|
|
|
|
root="$(git rev-parse --show-toplevel)"
|
|
exec "${root}/code_style.sh" --check
|