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.6 11af14b005a12fa30b0b7a6e153ffc55e714b361 Nicolas Schier 2016-01-07 06:21:22
Fix variable descriptions and time warp c6125d87147ca8c5e0814413fe077f7975876ef5 Nicolas Schier 2016-01-07 06:20:35
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
Commit 11af14b005a12fa30b0b7a6e153ffc55e714b361 - Release version 1.6
Signed-off-by: Nicolas Schier <nicolas@hjem.rpa.no>
Author: Nicolas Schier
Author date (UTC): 2016-01-07 06:21
Committer name: Nicolas Schier
Committer date (UTC): 2016-01-07 06:21
Parent(s): c6125d87147ca8c5e0814413fe077f7975876ef5
Signing key:
Tree: 43c96b2cb3e03be59922b95749efe7bcdc9c935b
File Lines added Lines deleted
changelog 6 0
File changelog changed (mode: 100644) (index 2423774..fd21de0)
1 sleepenh (1.6) unstable; urgency=medium
2
3 * Fix variable descriptions and time warp
4
5 -- Nicolas Schier <n.schier@avm.de> Thu, 07 Jan 2016 07:20:49 +0100
6
1 7 sleepenh (1.5) unstable; urgency=medium sleepenh (1.5) unstable; urgency=medium
2 8
3 9 * Add initial package changelog. * Add initial package changelog.
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