aboutsummaryrefslogblamecommitdiffstats
path: root/README
blob: 08566823857b6ec2a8850538ea387573a4bbfb34 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                 
NAME
	sleep-until – sleeps until a specified time

SYNOPSIS
	sleep-until TIMEPOINT...

DESCRIPTION
	Pause until TIMEPOINT. TIMEPOINT is the number of seconds
	since Epoch, in UTC but not accounting for leap seconds.
	TIMEPOINT may be an arbitrary floating point number.
	Pause is continued when interrupted.

SEE ALSO
	sleep(1)