Files
proxDoc/proxDoc.sh
Jared Vititoe 86be5fd1c1 Add efficient process wait utility function
Add wait_for_process() that uses kill -0 instead of ps -p
for checking if a process is running. This is more efficient
as kill -0 only checks process existence without spawning
a new process like ps would.

Includes optional spinner for visual feedback during waits.

#7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 10:51:36 -05:00

30 KiB
Executable File