From: xf0r3m Date: Wed, 12 Feb 2025 08:18:06 +0000 (+0100) Subject: Uogólnienie skryptu motd X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=ef849c96b2eac85cbed68b865aa983197cc14a83;p=backup.git Uogólnienie skryptu motd --- diff --git a/motd b/motd index 0bb6289..68468f0 100755 --- a/motd +++ b/motd @@ -3,8 +3,7 @@ # Deps: figlet lolcat # Deps GH: https://github.com/xero/figlet-fonts -> /usr/share/figlet-fonts; -echo "hostname" | /usr/bin/figlet | lolcat -echo; +echo "hostname" | /usr/bin/figlet -c -f /usr/share/figlet-fonts/3d.flf | lolcat; echo "Today is: $(date)"; echo; echo "System summary: "; @@ -37,6 +36,6 @@ else fi echo -e " \t$(uptime | grep -o "load.*$" | tr [a-z] [A-Z])"; echo; -echo -e "ZS, CKU w GRONOWIE @ 2025 https://zsgronowo.edu.pl"; +echo -e "morketsmerke.org @ 2024 https://github.com/xf0r3m/immudex"; echo; echo "====================================================================";