From 2c6b59bff2ba29f3ea05aea7bed18b253600233d Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 12 Feb 2025 09:19:35 +0100 Subject: [PATCH] Dodanie dodatkowego polecenia echo. --- motd | 1 + 1 file changed, 1 insertion(+) diff --git a/motd b/motd index 68468f0..0d5a492 100755 --- a/motd +++ b/motd @@ -4,6 +4,7 @@ # Deps GH: https://github.com/xero/figlet-fonts -> /usr/share/figlet-fonts; echo "hostname" | /usr/bin/figlet -c -f /usr/share/figlet-fonts/3d.flf | lolcat; +echo; echo "Today is: $(date)"; echo; echo "System summary: "; -- 2.39.5