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>
30 KiB
Executable File
30 KiB
Executable File