thatlittlegit / atc

Align the exit of the command with the end of a second.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atc is a small, simple program to wait until the end of a second
before exiting. It might be useful for aligning clocks, such that you
only have to say, "execute every second" instead of doing it yourself.

To install from a tarball, you can do the standard GNU autoconf
'./configure && make && make install' procedure. If you're installing
from the Git repository, you'll need to run `autoreconf --install'
first to generate the necessary files.

About

Align the exit of the command with the end of a second.

License:GNU General Public License v3.0


Languages

Language:C 44.8%Language:M4 35.1%Language:Roff 17.6%Language:Makefile 2.5%