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