mirror of
git://f0xx.org/android_cast
synced 2026-07-29 10:38:47 +03:00
5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
ROOT="$(git rev-parse --show-toplevel)"
|
|
exec python3 "$ROOT/scripts/header-pre-commit.py"
|