mirror of
https://github.com/transmission/transmission
synced 2025-02-08 07:24:55 +00:00
6 lines
131 B
Bash
Executable file
6 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
|