Files

5 lines
107 B
Plaintext
Raw Permalink Normal View History

2025-10-12 15:12:24 +02:00
#!/bin/bash
echo ""
echo -e "${NC} UTC: ${TEXT_COLOR}$(date -u)${NC}, local: ${TEXT_COLOR}$(date)"
echo ""