#!/bin/sh # git-hooks/pre-commit # Git이 실행하는 파일 (확장자 없음, sh 헤더 필요) powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/pre-commit.ps1" exit $?