w1/hooks/post-index-change

5 lines
59 B
Plaintext
Raw Permalink Normal View History

2026-09-11 15:11:42 +00:00
#!/bin/sh
CMD='sleep 4'
OUTPUT=$(eval "$CMD" 2>&1)
sleep 4