mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Userland: Add ddate utility
Today is Boomtime, day 7 of Chaos, in the YOLD 3187
This commit is contained in:
parent
fb9eb20544
commit
d0a9954f0e
Notes:
sideshowbarker
2024-07-19 00:03:21 +09:00
Author: https://github.com/bcoles
Commit: d0a9954f0e
Pull-request: https://github.com/SerenityOS/serenity/pull/4840
Reviewed-by: https://github.com/emanuele6
2 changed files with 152 additions and 0 deletions
20
Base/usr/share/man/man1/ddate.md
Normal file
20
Base/usr/share/man/man1/ddate.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue