summaryrefslogtreecommitdiffstats
path: root/testing/resources/modified_file_returns_zero_repo/bin/hook3.sh
blob: 3180eb3ca8205ba779f7c22a9ba9f387e48acac1 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

for f in $@; do
    # Non UTF-8 bytes
    echo -e '\x01\x97' > "$f"
done