1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

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
parent fb9eb20544
commit d0a9954f0e
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
```