mirror of
https://github.com/transmission/transmission
synced 2024-12-21 23:32:35 +00:00
54a7cac25a
* refactor: add package.json for web client * refactor: call uncrustify in parallel
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
|