30m version

This commit is contained in:
2018-12-19 18:18:13 +01:00
commit 7754309aba
4 changed files with 176 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# 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: bin/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'
--help Display this message and exit
```
<hr/>
Have fun!