mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 10:17:07 +01:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/sh
|
|
# `sh` must be used here instead of `bash` to support GitHub Desktop.
|
|
exec tools/hooks/python.sh -m precommit
|