BizHawk/Dist/git_hook_shims/commit-msg

4 lines
74 B
Bash
Executable File

#!/bin/sh
set -e
dotnet pwsh "./Dist/git_hooks/$(basename "$0").ps1" "$@"