Files
ansible-role-debian_common/templates/etc/update-motd.d/99-footer

5 lines
107 B
Plaintext
Raw 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 ""