mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 12:26:05 -05:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
FORMAT="${BLOCK_INSTANCE:-%H:%M}"
|
||
|
DATETIME=$(date "+${FORMAT}")
|
||
|
|
||
|
echo "${DATETIME}"
|
||
|
echo "${DATETIME}"
|
||
|
echo ""
|