Files
sindri/scripts/pre-commit
T
2026-08-03 21:51:48 +02:00

7 lines
119 B
Bash
Executable File

#!/bin/sh
SCRIPT_DIR=$(CDPATH='' cd -- "$(dirname -- "$0")" && pwd)
"$SCRIPT_DIR/../fmt.sh"
"$SCRIPT_DIR/../test.sh"