2018-12-20 10:55:42 +01:00
2018-12-19 18:18:13 +01:00
2018-12-20 10:55:42 +01:00
2018-12-19 18:18:13 +01:00
2018-12-20 10:55:42 +01:00

n

A simple NTP client.

Installation

Dont use mine, because it will explode, launch missiles, and rain on your porch.

If you still want to, make install will install this utility to /usr/local/bin. You can change the installation directory by providing the PREFIX option to make install.

Usage

Usage: n [options]
Options:
  -h HOST, --host=HOST        NTP server to use
             defaults to 'europe.pool.ntp.org'
  -p PORT, --port=PORT        NTP server port to use (must be numerical)
             defaults to '123'
  -f FORMAT, --format=FORMAT  Date format string (passed to strftime)
             defaults to standard of ctime
  --help                      Display this message and exit

Have fun!

Description
A simple NTP client
Readme 52 KiB
Languages
C 92.8%
Makefile 7.2%