nicolas / sleepenh (public) (License: GPL-2+) (since 2018-10-19) (hash sha1)
Sleep until a given date with subsecond resolution

`sleepenh` is a sleep program for shell scripts that need to perform
a loop that repeats at a regular time interval, without cumulative errors.

It supports microsecond resolution.

You can also specify the time you need between two calls of `sleepenh`.
List of commits:
Subject Hash Author Date (UTC)
Release version 1.5 994531a35f868f4d45785071f05abc0e07713094 Nicolas Schier 2015-11-23 06:32:11
Add initial package changelog dbd7982fd79a543ef667fbba85e9bd68fa0dcfed Nicolas Schier 2014-12-01 06:45:06
Fix time warp option e167817bf449025d6735fcdc766a18ce6dd413b7 Nicolas Schier 2015-11-23 06:28:25
Add time warp option daabd47ed7dead927c73f86138e7142526225938 Nicolas Schier 2014-11-13 06:58:37
Split and update version/license and usage info 88e3f4ebca1538e5a8591fd63489d94af0df1592 Nicolas Schier 2014-11-13 06:58:37
Generate version from git during build ceb670bb1634adeb8fe16d33135fd5695dec35fe Nicolas Schier 2014-11-13 06:58:37
Add initial .gitignore fa29b20af8707188f441053912e6940946ee3824 Nicolas Schier 2014-11-13 06:58:37
Makefile: update and allow compile flag changes via command line dc6d56da99351bb8e51cb219b5224c81ea473788 Nicolas Schier 2014-11-13 06:58:37
Imported Upstream version 1.3 619a817e508c4b35bd9b67b9b0e4988084bbdac7 Nicolas Schier 2014-10-27 08:20:30
Imported Upstream version 1.2 d5a03f27c08a277bfbb80ca84b408392600f0fe6 Nicolas Schier 2014-10-27 08:20:30
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/nicolas/sleepenh

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/nicolas/sleepenh

Clone this repository using git:
git clone git://git.rocketgit.com/user/nicolas/sleepenh

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main