5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo ""
|
||
|
|
echo -e "${NC} UTC: ${TEXT_COLOR}$(date -u)${NC}, local: ${TEXT_COLOR}$(date)"
|
||
|
|
echo ""
|