mirror of
https://github.com/pgrondek/config.git
synced 2024-11-26 05:35:30 +00:00
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
FORMAT=+%Y.%m.%d\ %H:%M
|
||
|
|
||
|
date "$FORMAT"
|