22 lines
432 B
Markdown
22 lines
432 B
Markdown
# Swatch
|
|
Swatch Internet Time
|
|
|
|
## Requirements
|
|
* `getopts`
|
|
* `gawk`
|
|
|
|
## Usage
|
|
`swatch` returns current swatch beats in format @XXX.YYY
|
|
`swatch -s` returns in format @XXX
|
|
`swatch -h` displays help
|
|
|
|
## Installation
|
|
`swatch.sh` contains the script, and can be added to your path.
|
|
|
|
### Nix Flake
|
|
|
|
`flake.nix` and `flake.lock` define a working nix flake for installing the script.
|
|
|
|
## Author
|
|
Shaun Kerr - [s@p7.co.nz](mailto:s@p7.co.nz)
|