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 Jay V
parent 8455029de1
commit 47497aef07

View file

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