mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-28 05:27:06 -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 ""
|