Files
Paradise/tools/hooks/install.sh
T
Charlie Nolan 3179d70820 Hooks should be executable. (#25045)
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
2024-04-12 18:41:37 +00:00

3 lines
75 B
Bash
Executable File

#!/bin/sh
exec "$(dirname "$0")/../bootstrap/python" -m hooks.install "$@"