rspan

Executes a given command after a randomized time span.
git clone https://noxz.tech/git/rspan.git
Log | Files | LICENSE

rspan.1
1.Dd $Mdocdate$
2.Dt RSPAN 1
3.Os
4.Sh NAME
5.Nm rspan
6.Nd a random time span creator
7.Sh SYNOPSIS
8.Nm
9.Ar interval
10.Ar file
11.Op Ar arguments ...
12.Sh DESCRIPTION
13.Nm
14is a random time span creator,
15a program that upon execution creates a random timeout based on given
16.Ar interval "."
17When the timeout ends the given
18.Ar file
19will get executed with potentially given
20.Ar arguments "."
21.Pp
22.Sh OPTIONS
23.Bl -tag -width Ds
24.It Ar interval
25Specifies the maximum timeout of the span. The interval must be a positive
26integer.
27.It Ar file
28Specifies what file to execute upon timeout.
29.El