Userland: Add ddate utility

Today is Boomtime, day 7 of Chaos, in the YOLD 3187
This commit is contained in:
Brendan Coles 2021-01-07 15:58:57 +00:00 committed by Andreas Kling
commit d0a9954f0e
Notes: sideshowbarker 2024-07-19 00:03:21 +09:00
2 changed files with 152 additions and 0 deletions

View file

@ -0,0 +1,20 @@
## Name
ddate - prints the current date in Discordian date format.
## Synopsis
```**sh
$ ddate
```
## Description
ddate prints the current date in Discordian date format.
## Examples
```sh
$ ddate # Thu 07 Jan 2021
Today is Boomtime, day 7 of Chaos, in the YOLD 3187
```