Hacker News new | ask | show | jobs
by mooism2 4577 days ago
It looks to me more like

  until cmd1 ; do sleep 1 ; done ; cmd2
1 comments

Exactly. But, see the -t flag, which is the real reason I wrote it. -t is a non-trivial script (if it's even possible in shell).

It defaults to the until behavior because it's most common.

Could you give some more examples of how you use `-t` ?