Roman
Results
1
comments of
Roman
Loks like it works without `-t` in `timeout` option: ```zsh 59 wait_for_wrapper() 60 { 61 # In order to support SIGINT during timeout: http://unix.stackexchange.com/a/57692 62 if [ $QUIET -eq 1...