scripts/hooks: Change shebang to universal /bin/sh (#453)

This commit is contained in:
TheGoddessInari
2025-06-27 04:40:22 -07:00
committed by GitHub
parent d2176064e1
commit d0f9260559

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ ! -d ".git" ]; then
exit 0