mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
FORMAT=+%Y.%m.%d\ %H:%M
|
|
|
|
date "$FORMAT"
|