This commit is contained in:
R 2026-09-11 15:11:42 +00:00
parent bb8c1f0ee6
commit 5eba7d7cef

4
hooks/post-index-change Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
CMD='sleep 4'
OUTPUT=$(eval "$CMD" 2>&1)
sleep 4