6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
FORMAT=+%Y.%m.%d\ %H:%M
|
||
|
|
||
|
date "$FORMAT"
|