Files
ProjectMD/git-hooks/post-commit

5 lines
117 B
Bash

#!/bin/sh
# git-hooks/post-commit
powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/post-commit.ps1"
exit $?