Re: timeout(1) on OpenBSD

2019-07-13 Thread Ibsen S Ripsbusker
In case you prefer the complicated version, $ pkg_add coreutils $ alias timeout=gtimeout On Sat, Jul 13, 2019, at 16:50, Ingo Schwarze wrote: > Hi Hubert, > > drozdow wrote on Sat, Jul 13, 2019 at 04:24:55PM +: > > > There is no timeout(1) on OpenBSD, any alternatives?

Re: timeout(1) on OpenBSD

2019-07-13 Thread Ingo Schwarze
Hi Hubert, drozdow wrote on Sat, Jul 13, 2019 at 04:24:55PM +: > There is no timeout(1) on OpenBSD, any alternatives? Isn't that a trivial one-liner in the shell? sleep 1000 & sleep 1; kill $! Yours, Ingo

timeout(1) on OpenBSD

2019-07-13 Thread drozdow
There is no timeout(1) on OpenBSD, any alternatives? Best regards, Hubert