mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-21 04:27:06 +01:00
4 lines
158 B
Bash
4 lines
158 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
git ls-files --stage | grep -E '^(100755|100644)' | sed 's/.\{42\}//' | xargs git update-index --chmod=+x |